A Node.js program to extract words and their roles in sentences using Textrazor API.
- Multiple filter options (Determiners, Preposition or subordinating conjunction, Cardinal number, Coordinating conjunction)
- Export to file
- PoS (part-of-speech) tagging based
- Option to add/remove extraction tags
You may edit API key and other preferences in configs.js file.
To run the program:
Firstly, ensure that you have git, node & npm installed. Then clone this repository into your computer.
$ git clone https://github.com/sou3mar/word-extractor.gitAfter cloning, install dependencies using NPM command:
$ npm iFinally, it's time to RUN! Enter bellow command to run the program:
$ node index.jsMIT License
