Skip to content

Improve Vocabulary Table Lookup

Compare
Choose a tag to compare
@prohippo prohippo released this 22 Mar 07:12
· 363 commits to master since this release

PyElly was failing to recognize the plural of hyphenated terms like NAIL-BITERS. The solution was to limit vocabulary table search keys at the first hyphen, if it comes before a space in input text. The "marking" and "indexing" integration test files had to be changed to be consistent with new PyElly output.