igsha / words-analysis

Analysing words within containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

words-analysis

Analysing English words within text and video subtitles (mp4 only) using lemmatization algorithm.

Installation

You should install several libraries and browserify:

$ npm install browserify browserify-data javascript-lemmatization
$ ./build.sh

Calling ./build.sh is needed to pack dictionaries from javascript-lemmatization.

Note this process is necessary only if you want to update bundle.js and dictionaries.js.

About

Analysing words within containers

License:MIT License


Languages

Language:JavaScript 94.9%Language:HTML 3.2%Language:Shell 1.9%