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

Improve membership test for ambiguous tags #35

Closed reynoldsnlp closed 4 years ago

reynoldsnlp commented 4 years ago

In the following code, the last statement should evaluate as True.

print(reading)
# новая [новый+A+Fem+AnIn+Sg+Nom]
'Anim' in reading
# False