Feature #2333
Feature #551: Lexicon support: Liddell and Scott (Middle)
Populate lexicon entries upon import
Start date:
11/24/2018
Due date:
% Done:
100%
Associated revisions
Adding lemma lookup
Reference #2333
Adding lemma lookup
Reference #2333
Adding import of Middle LSJ
Reference #2333
Adding import of Middle LSJ
Reference #2333
History
#1 Updated by Luke Murphey almost 6 years ago
Some difficulties:
- There can be multiple word forms that match. I think I need to lookup the lemmas directly. In theory, they should all match.
#2 Updated by Luke Murphey almost 6 years ago
The lookups are not working.
Observations:- See the following similar functions:
- reader.utils.get_word_descriptions()
- reader.utils.get_all_related_forms()
- The form converted from beta-code doesn't match the Lemma
Lemma.objects.filter(lexical_form=language_tools.greek.Greek.beta_code_to_unicode(u"a)a/atos"))
Questions:
#3 Updated by Luke Murphey almost 6 years ago
from reader import utils, language_tools utils.get_lemma(language_tools.greek.Greek.beta_code_to_unicode(u"a)a/atos"))
#4 Updated by Luke Murphey almost 6 years ago
- Status changed from New to In Progress
#5 Updated by Luke Murphey almost 6 years ago
- % Done changed from 0 to 40
#6 Updated by Luke Murphey almost 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 40 to 100