sillsdev / sillsdev/languageforge-lexbox
Add Reversal Entires field from Sense
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9
- Forks
- 8
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 49
Description
Describe the feature
Reversal Entries are modeled as objects which refer to senses. ILexSense.ReferringReversalIndexEntries can be used to fetch the reversal entries for a given sense. There's a many to many relationship between reversals and senses. The reversal object might look like this:
MultiString ReversalForm;
List<Senses> Senses;
ReversalCategory? Category; //basically part of speech but it's a separate list
we would want to add a list of Reversal to the sense object as well. The reversals are sorted on the sense by the form, there's no support for custom order.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ILexSense.ReferringReversalIndexEntries and the sense and reversal model definitions described in the issue. Trace how reversal entries are represented and related to senses, then verify that a sense exposes its reversals sorted by form and that the many-to-many relationship is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100