Skip to content

Repetition, retracing, reformulation correction #38

Description

@JeltevanBoheemen

In the current parses, the following CHAT annotated constructs are ignored:

  • repetition [/]
  • retracing [//]
  • reformulation [///]

The following steps should be implemented and executed:

  • identify parse files with these constructs. This is already done by @JanOdijk, paths are provided in error check Excel file.
  • extract the part of the original utterance that is ignored
  • parse the above part separately, using the same Alpino version as the original parse
  • take everything under the top/top node, and prepend it to the original top/top node
  • fix node attributes for new tree:
    • @begin and @end
      • count new number of leaf nodes
      • add the count to original nodes
    • @id
      • presumed implementation is a depth-first sequence 0...n
      • check this with existing files
      • fix reparses
    • add metadata concerning false starts. @JanOdijk developed a script for this purpose.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions