Display information that helps user figure out if an entry that they want to add already exists. This information can be one or more of:
- Part of speech
- In Speechoid lexicon as "partOfSpeech": "NN"
- Morphology
- In Speechoid lexicon as "morphology": "SIN|IND|NOM|UTR"
- Paradigm
- In Speechoid lexicon as "lemma": {"paradigm": "s1a-flicka"}
- Lemma
- In Speechoid lexicon as "lemma": {"strn": "tomte"}
- Example sentence
There is currently no requirements on what information needs to be included when adding an entry, so 1 - 4 is dependent on what is put into the lexicon. We would need to add some restrictions when adding/editing the lexicon if we want to rely on these. We would also need to check the same thing when installing/importing a new lexicon.
There is a property for entries called "tag" which may be useful. The lexicon does not allow for two entries with the same spelling to have the same tag.