Skip to content
gropax edited this page Apr 27, 2015 · 14 revisions

Features by Resource type

### 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

Lexicon

  • 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

Lexical entry

  • Show lexical entry
    • Show/Edit lemma
  • Delete lexical entry
  • Add sense
  • List senses
    • CRUD equivalents
    • CRUD definition
    • CRUD examples
      • CRUD translations

Sentences

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 relations

Meaning correspond to lexical entry's sense axis. They (may) feature:

  • relations to each other (synonymy, antonymy, hyponymy, meronymy)

Resource ranking

  • by quality
  • by frequency in the language

Flash cards

Flash cards application, and learning optimization algorythm.

Etymology

Relate different lexical entries from different languages, that all share a same etymological origin.

Simplify the input from the user

### 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).

Suggestions

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.

Simplified input & nice display

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.

Clone this wiki locally