You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
If we make the assumption that the input text is going to be UTF-8 file format, I think that The following needs to be modified from
zeroth/s5/local/updateSegmentation.sh
Line 30 in 3cbb45c
morfessor -l $lmDir/zeroth_morfessor.seg -T - -o - \
to
morfessor -e 'utf-8' -l $lmDir/zeroth_morfessor.seg -T - -o - \
This is because morfessor defaults to the assumption that the text is ASCII.
The text was updated successfully, but these errors were encountered: