-
Notifications
You must be signed in to change notification settings - Fork 0
Features
### User
- Create a user / sign up
- Sign in
- List user lexicons
- Display lexicon info in list
- Search lexicons by name
- Show user lexicon
- User settings
- Change user information
- Set user preferences
- Create a lexicon
- Lexicon settings
- Rename a lexicon
- Delete a lexicon
- Select lexicon default language
- Add new lexical entry
- List lexicon lexical entries
- Select language
- Search lexical entries
- Display lexical entries data in list
- Show lexical entry
- Show/Edit lemma
- Delete lexical entry
- Add sense
- List senses
- CRUD equivalents
- CRUD definition
- CRUD examples
- CRUD translations
Sentences are resources on their own. They (may) feature:
- text representation in their language
- segmentation into parts:
- display successive words in different colors
- link to corresponding lexical entries
- link to equivalent sentences (through sentence axis)
Meaning correspond to lexical entry's sense axis. They (may) feature:
- relations to each other (synonymy, antonymy, hyponymy, meronymy)
- by quality
- by frequency in the language
Flash cards application, and learning optimization algorythm.
Relate different lexical entries from different languages, that all share a same etymological origin.
### Use conversion algorythm Use algorythm to produce data from the user input. If it is a reliable conversion (stripping Arabic vowels) do it automatically, otherwise provide the result as a suggestion (Khmer script to IPA).
To simplify the data input, provide suggestions from external services to be accepted or not by the user. That could be done by the use of scrapers.
For example, write pinyin with numbers and display it with accent, using a conversion algorythm.
### "Quick Add" component Quickly enter many entries/sentences using a simplified creation form, containing a single field. It may detect automatically the script/orthography from the user input.