LanguageMachines / foliautils

Command-line utilities for working with the Format for Linguistic Annotation (FoLiA), powered by libfolia (C++), written by Ko van der Sloot (CLST, Radboud University)
https://proycon.github.io/folia
GNU General Public License v3.0
4 stars 3 forks source link

extend FoLiA-correct to be able to handle n-grams just like the --wordnodes option does #40

Closed kosloot closed 4 years ago

kosloot commented 4 years ago

For UNI-grams, FoLiA-correct can construct real FoLiA Corrections. (when using --word-nodes or --string-nodes). It would be very useful to extend this to bi- and tri-grams too. When 'true' corrections are in play, it will be possible to link the corrected words back to the original files. (assuming correct ID's are available)

kosloot commented 4 years ago

This is implemented now