0.1.2 • Published 4 years ago

scilexic v0.1.2

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
4 years ago

SciLexic


NPM

WEB UI: SciLexic

CLI:

Creating dictionary

node cli/create_dictionary.js {dictionary_name.json} {file1.pdf file2.pdf ...}

Unite dictionaries

node cli/unite_dictionaries.js {dictionary_union_name.json} {dict1.json dict2.json ...}

Compare text with dictionaries

node cli/compare_dictionaries.js {mytext.pdf} {number} {dict1.json dict2.json ...}

number = "rare" words count

Add word to dictionary

node cli/add_to_dictionary.js {dictionary_name.json} {"word"} {number}

number = count of words to be added (affects the results of the program, recommended to be more than "rare" words count)