reynoldsnlp / udar

UDAR Does Accented Russian: A finite-state morphological analyzer of Russian that handles stressed wordforms.
GNU General Public License v3.0
26 stars 1 forks source link

In `CG_str()` find better way to flush the last token #8

Closed reynoldsnlp closed 5 years ago

reynoldsnlp commented 5 years ago

Currently <dummy> is added to the end. Since the last token is unexpectedly being ignored, the <dummy> token acts as a flush.

vislcg3 stream command flush did not work, so troubleshoot that, or find another workaround.