- Disambiguate lexical entries with multiple possible entity types based on dependencies and proportional entity type probabilities
- Added two optional model files:
- atoms.tab - list of entity texts known to atomic (non-nesting), even if we don't know their entity type
- new_modifiers.tab - list of modifiers allowed to violate no_new_modifiers setting in config.ini, if turned on
- depedit V1.4.3 bugfix for node pairs with two relations (e.g. dominance AND distance)
- First release of rudimentary Coptic model in models/cop/
- New config.ini setting ignore_in_acronym for function words to ignore when dynamically recognizing acronyms (e.g. 'of' in Federal Bureau of Investigations = FBI)
- Improvements to unit tests
- Numerous tweaks and bugfixes