Skip to content

Commit

Permalink
lemma lookup for Luxembourgish (#1)
Browse files Browse the repository at this point in the history
lemma lookup for Luxembourgish

Co-authored-by: Ines Montani <[email protected]>
  • Loading branch information
ines authored Oct 25, 2019
2 parents 92e7f39 + 6362165 commit a9c20f6
Show file tree
Hide file tree
Showing 4 changed files with 311,192 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spacy_lookups =
bn = spacy_lookups_data:bn
tl = spacy_lookups_data:tl
ur = spacy_lookups_data:ur
lb = spacy_lookups_data:lb

[bdist_wheel]
universal = true
Expand Down
1 change: 1 addition & 0 deletions spacy_lookups_data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ def get_file(filename):
bn = {"lemma_rules": get_file("bn_lemma_rules.json")}
tl = {"lemma_lookup": get_file("tl_lemma_lookup.json")}
ur = {"lemma_lookup": get_file("ur_lemma_lookup.json")}
lb = {"lemma_lookup": get_file("lb_lemma_lookup.json")}
Loading

0 comments on commit a9c20f6

Please sign in to comment.