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

Add lookup and oovMorpheme method #245

Merged
merged 11 commits into from
Nov 26, 2024
Merged

Conversation

mh-northlander
Copy link
Collaborator

resolves #201.

  • Add List<Morpheme> Dictionary.lookup(CharSequence surface)
    • lookup dictionary entries without analysis.
  • Add Morpheme Dictionary.oovMorpheme(short posId, String surface, ...)
    • create a (OOV) morpheme by user.
    • implemented as a method of dictionary to use the same grammar
  • Introduce another morpheme class SingleMorphemeImpl for them.

@mh-northlander mh-northlander added this to the 0.8 milestone Nov 25, 2024
@mh-northlander mh-northlander linked an issue Nov 25, 2024 that may be closed by this pull request
Copy link

sonarcloud bot commented Nov 26, 2024

@mh-northlander mh-northlander merged commit 148d072 into develop-v0.8 Nov 26, 2024
4 checks passed
@mh-northlander mh-northlander deleted the feature/201-lookup branch November 26, 2024 02:37
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

Successfully merging this pull request may close these issues.

Add API to do entry lookup without analyzing.
2 participants