Skip to content

Releases: paceaux/methodius

Resolves bugs with special characters

18 Apr 02:40
7faa221
Compare
Choose a tag to compare
  • fixes other weird punctuations coming in results like
  • fixes other unnecessary symbols coming up in bigrams like _ or -
  • adds linting to all branches, testing to PRs

v2.0.0

06 Feb 16:19
Compare
Choose a tag to compare

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 and getRelatedTopNgrams 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

27 Jul 19:12
38af52a
Compare
Choose a tag to compare

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.

v1.0.0

22 Jul 20:17
Compare
Choose a tag to compare

Initial release of methodius.