stopword-trainer

A module for creating stopword lists for any language, based on a set of documents.

MIT License

Downloads
53
Stars
14

Bot releases are hidden (Show)

stopword-trainer - devDep version bump Latest Release

Published by eklem over 2 years ago

stopword-trainer - New test-framework

Published by eklem over 2 years ago

  • Batr as devDep bundle
  • Security fix - minimist >= 1.2.6
  • Added CI
stopword-trainer - Updated commander version

Published by eklem over 4 years ago

Security fix

stopword-trainer - eslint version bump

Published by eklem almost 5 years ago

stopword-trainer - Lodash security fix

Published by eklem over 5 years ago

stopword-trainer - Dependency security update

Published by eklem over 5 years ago

commander and lodash updated because of security vulnerabilities.

stopword-trainer - Better console client documentation

Published by eklem over 5 years ago

stopword-trainer - Dependency security update

Published by eklem about 6 years ago

Updating commander to newest version where some vulnerability bugs were fixed.

stopword-trainer - Tackling more than English characters

Published by eklem about 6 years ago

Will now work with more than just English characters. Tested with Norwegian. Also now adds most used numbers.

stopword-trainer - Updated dependencies and testing on more versions of Node

Published by eklem over 6 years ago

Misc. Greenkeeper dependencies updates and now testing on version 6,8 and 9 of Node.js

stopword-trainer - Select which fields to process

Published by eklem about 7 years ago

Now got the ability to define which fields to calculate stopwords from. This to not add noise comming from fields where words in general have a lower stopwordiness. Client and tests updated too.

stopword-trainer - Now a library + client

Published by eklem about 7 years ago

index.js is now the library part that can be used from any script. Created a small commander-based console client that will take some input.

stopword-trainer - Acually ready for use

Published by eklem about 7 years ago

Both stopwords.json and stopwords-calculation.json are now written. The first is a subset of the last, only containing the words in an array. Cut-of needs to be done manually, since it contains all found words, not just the top [n] words.

stopword-trainer - First working version

Published by eklem about 7 years ago

Rudimentary calculation in place. Still need to have a stopword-generator to fit the module stopword.

Package Rankings
Top 12.95% on Npmjs.org
Badges
Extracted from project README
NPM version NPM downloads Build Status MIT License