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

Status for pmatch-based analysis/tokenisation #52

Open
5 of 7 tasks
snomos opened this issue Feb 9, 2022 · 0 comments
Open
5 of 7 tasks

Status for pmatch-based analysis/tokenisation #52

snomos opened this issue Feb 9, 2022 · 0 comments

Comments

@snomos
Copy link
Member

snomos commented Feb 9, 2022

Issues:

  • Ambiguous input
    • Seems to work fine
  • Ambiguous multiword expessions with ambiguous tokenisation
    • Seems to work – represented within lexc now; hfst-tokenise also
      supports forms on the analyses now
  • Ambiguous multiword expessions need reorganising after CG
    • The module cg-mwesplit takes wordforms from readings and turns them into
      new cohorts
  • Unknown words
    • The set-difference method only works for words without
      flag diacritics (even though we should be working only on the form-side?)
      and leads to binary blow-up: With only lower unknowns, we get 45M;
      lower+upper gives 67M, while no unknowns gives 27M
    • Fixed instead by treating empty analyses as unknown-tokens in
      hfst-tokenise, and outputting unmatched strings with a prefix
  • Treat input that's within superblanks as unmatched
    • probably requires a change in hfst-tokenise itself
  • Try >1 space for ambiguous MWE's? – represented within lexc now
  • Try set-difference-unknowns method with regular hfst commands?

Moved here from top of gramcheck tokeniser header.

@unhammer, @lynnda-hill - til info

@unhammer unhammer changed the title Status for libdivvun dev Status for pmatch-based analysis/tokenisation Feb 10, 2022
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