vncorenlp / VnCoreNLP

A Vietnamese natural language processing toolkit (NAACL 2018)
Other
587 stars 145 forks source link

Is there any option for changing delimiter in word segmentation ? #41

Closed thangld201 closed 2 years ago

thangld201 commented 2 years ago

When segment words, syllables are connected by underscores. Is there any option for changing the delimiter ? (not the underscore but other symbols, such as semicolon, etc ?)

datquocnguyen commented 2 years ago

No, there is not. You can simply write a simple post-processing script to process the output, that suits your needs.