Releases: paceaux/methodius
Releases · paceaux/methodius
Resolves bugs with special characters
v2.0.0
The one with TypeScript and relationship discovery
- A jump to TypeScript. Not necessarily my favorite choice but for further usage and application in other areas, having well-defined type system will help
- A lot of new methods relating to evaluating relationships.
- This includes an NgramTree class and the ability to see how an ngram breaks down into smaller and smaller parts.
getRelatedNgrams
andgetRelatedTopNgrams
allow us to discover if ngrams are occurring next to each other. that's pretty cool.
- A change in how the class is exported. It's named now. Anyone using it should now use import {Methodius} from 'methodius'`.
Full Changelog: v1.2.1...v2.0.0
More Analysis and NPM fix
This fixes a bug where 1.1.0 wouldn't import into packages properly. It also adds new properties and static methods for discovering the position that ngrams have in words.