Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language in Lexicon and LexicalEntry #41

Open
MarianoRico opened this issue Jul 1, 2015 · 1 comment
Open

Language in Lexicon and LexicalEntry #41

MarianoRico opened this issue Jul 1, 2015 · 1 comment
Assignees

Comments

@MarianoRico
Copy link

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

@swalter2 swalter2 self-assigned this Jul 1, 2015
@swalter2
Copy link
Collaborator

swalter2 commented Jul 1, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants