Skip to content

Commit

Permalink
coverage for 1Sam
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Apr 9, 2017
1 parent d2cbcdf commit 771e723
Show file tree
Hide file tree
Showing 7 changed files with 561 additions and 54 deletions.
4 changes: 3 additions & 1 deletion generate_lxxmorph_lexicon.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"stemming.yaml", "lxx_lexicon.yaml", strip_length=True
)

LXX_FILENAME = "lxxmorph/12.1Sam.mlxx"

STEM_GUESSES = defaultdict(lambda: defaultdict(set))

for row in get_words("lxxmorph/11.Ruth.mlxx"):
for row in get_words(LXX_FILENAME):
form = row["word"]
preverb = row["preverb"]
lemma = row["lemma"]
Expand All @@ -33,6 +34,7 @@
"sigma-loss-imi.2s",
"late-pluperfect-singulars",
"alt-eimi-imp",
"fpi.2s-ει",
"HGrk",
])

Expand Down
Loading

0 comments on commit 771e723

Please sign in to comment.