ejh243 / MunroeJargonProfiler

web app to analyse the jargon content of a text document
MIT License
1 stars 0 forks source link

First simple engine that just checks against the 1000 words list #10

Closed jonc125 closed 7 years ago

jonc125 commented 7 years ago

Possibly with some simple stemming in version 2.

etattershall commented 7 years ago

Have put a demo jupyter version up in 'MunroeScore'. Need to convert it into a .py version.

It requires nltk library to run (because of the stemmer).