-
-
Notifications
You must be signed in to change notification settings - Fork 5
Only use 'main' Parts of speech. Like FLEx. #2084
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
base: develop
Are you sure you want to change the base?
Conversation
This excludes e.g. Reversel index parts of speech.
📝 WalkthroughWalkthroughGetPartsOfSpeech() now enumerates parts of speech from Cache.LangProject.PartsOfSpeechOA.ReallyReallyAllPossibilities (cast to IPartOfSpeech) instead of PartOfSpeechRepository.AllInstances(); DisposeAsync in tests now deletes PartOfSpeech entries from both FwDataApi and CrdtApi during teardown. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10–15 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
|
Note, for some reason this change found what I consider to be a bug in our fwdata api (or maybe even LibLcm?). |
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
This excludes e.g. Reversel index parts of speech.
Update: converted to draft, because there should really be test for this before it's merged.