You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lemon Patterns provide a language to a lexicon.
A LexicalEntry has a language.
Is possible to have an inconsistency between the language in the Lexicon and the language of some LexicalEntries in the Lexicon.
This should be clarified. In the meanwhile I propose a new method for Lexicon:
List getEntries(lang) //Returns all the LexicalEntries with that lang
Now there is a method called
List getEntries() //Returns all the LexicalEntries
The text was updated successfully, but these errors were encountered:
Added function
public List getEntries(Language language)
TODO: Check, what happens, if twice the (almost) same entry is added to one lexicon, with the only difference that the language of the entries is different.
The Lemon Patterns provide a language to a lexicon.
A LexicalEntry has a language.
Is possible to have an inconsistency between the language in the Lexicon and the language of some LexicalEntries in the Lexicon.
This should be clarified. In the meanwhile I propose a new method for Lexicon:
Now there is a method called
The text was updated successfully, but these errors were encountered: