LanguageMachines / ucto

Unicode tokeniser. Ucto tokenizes text files: it separates words from punctuation, and splits sentences. It offers several other basic preprocessing steps such as changing case that you can all use to make your text suited for further processing such as indexing, part-of-speech tagging, or machine translation. Ucto comes with tokenisation rules for several languages and can be easily extended to suit other languages. It has been incorporated for tokenizing Dutch text in Frog, our Dutch morpho-syntactic processor. http://ilk.uvt.nl/ucto --
https://languagemachines.github.io/ucto
GNU General Public License v3.0
65 stars 13 forks source link

Improve the include mechanisme for uctodata files #52

Open kosloot opened 6 years ago

kosloot commented 6 years ago

At the moment the include mechanism is a bit messy. it is context dependent and uses a lot of implicit knowledge.

It would be convenient to be able to include files at all positions and do 'the right thing'

This is related to a more generic solution for #47