Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

л{й}я = н{й}я #27

Closed
hectoralos opened this issue Sep 22, 2019 · 2 comments
Closed

л{й}я = н{й}я #27

hectoralos opened this issue Sep 22, 2019 · 2 comments

Comments

@hectoralos
Copy link
Member

In words finishing in н{й}я й is substituted by ь before ӑ. This is correct. The same should happen for words finishing in л{й}я. For instance:

$ echo "Коля<np><ant><m><ins>" | hfst-lookup .deps/chv.LR.lexc.hfst 2>/dev/null
Коля<np><ant><m><ins>	Кол{й}я>п{A}	0,000000

Generates Колйӑпа instead of Кольӑпа.

@ftyers
Copy link
Member

ftyers commented Sep 22, 2019

$ echo "Коля<np><ant><m><ins>" | hfst-lookup .deps/chv.LR.hfst 
Коля<np><ant><m><ins>	Кольӑпа	0,000000

Should be fixed in 23fbb91 .

@ftyers ftyers closed this as completed in 23fbb91 Sep 22, 2019
hectoralos added a commit that referenced this issue Sep 23, 2019
@hectoralos
Copy link
Member Author

For the record, I have seen that the change is general. This almost relates to Russian personal names like Катя, Настя, Вася, etc. There very few words like сакля, to which to rule applies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants