bootphon / wordseg

A Python toolbox for text based word segmentation
https://docs.cognitive-ml.fr/wordseg
GNU General Public License v3.0
16 stars 7 forks source link

Raw text segmentation #52

Closed tuytoosh closed 4 years ago

tuytoosh commented 4 years ago

It seems that this package works on special format of data, based on phones and syllabus.

Are there any way to use it on raw text format like other methods like Morfessor?

mmmaat commented 4 years ago

Sorry for the late answer! You can use the phonemizer to generate phones sequences from texts.