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

Some particles not analyzing #33

Open
aaronfay opened this issue Sep 25, 2021 · 4 comments
Open

Some particles not analyzing #33

aaronfay opened this issue Sep 25, 2021 · 4 comments

Comments

@aaronfay
Copy link

The particle (pronoun?) êwako is not analyzing properly with the latest FSTs (Release fst-v2021.7.8):

❯ echo "êwako" | hfst-optimized-lookup -q crk-strict-analyzer.hfstol
êwako	êwako	+?

❯ echo "êwako" | hfst-optimized-lookup -q crk-relaxed-analyzer.hfstol
êwako	êwako	+?

I notice it does analyze with a y:

❯ echo "êyako" | hfst-optimized-lookup -q crk-strict-analyzer.hfstol
êyako	IC+RdplW+PV/ako+_+Cnj+Err/Frag

Though that particular analysis doesn't make sense to me 🤔

@aaronfay
Copy link
Author

Here's another that analyzes in the relaxed FST but not the strict:

❯ echo "awiya" | hfst-optimized-lookup -q crk-strict-analyzer.hfstol
awiya	awiya	+?

❯ echo "awiya" | hfst-optimized-lookup -q crk-relaxed-analyzer.hfstol
awiya	awiyâ+Ipc+Interj

Also, that analysis results in Ipc and not a pronoun (3'), which I think would be another valid possibility?

@aaronfay
Copy link
Author

Here's another, êkoni:

❯ echo "êkoni" | hfst-optimized-lookup -q crk-strict-analyzer.hfstol
êkoni	êkoni	+?

❯ echo "êkonik" | hfst-optimized-lookup -q crk-strict-analyzer.hfstol
êkonik	êkonik	+?

@aarppe do these make sense in separate issues, or would you rather them in one place?

@aaronfay aaronfay changed the title êwako not analyzing Some particles not analyzing Sep 26, 2021
@aaronfay
Copy link
Author

Another:

❯ echo "êwakonik" | hfst-optimized-lookup -q crk-strict-analyzer.hfstol
êwakonik	êwakonik	+?

@aaronfay
Copy link
Author

Another êwakwâna, a contraction of êwako ana.

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

1 participant