Skip to content

v2.5.4

Compare
Choose a tag to compare
@proycon proycon released this 10 Apr 18:16
· 115 commits to master since this release

Implemented the ability to prune subsumed n-grams (retaining only the longer non-subsumed versions). Introduces a new PRUNESUBSUMED variable for PatternModelOptions.
Note: This is an aggressive form of pruning that should also work for unordered models, matching is based on types rather than individual tokens (all subsumed types are pruned).