Skip to content

A program to extract words and their role (PoS) in the text using Textrazor API.

Notifications You must be signed in to change notification settings

sou3mar/word-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Extractor

Screenshot

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

Configs file

You may edit API key and other preferences in configs.js file.

Instruction

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.git

After cloning, install dependencies using NPM command:

$ npm i

Finally, it's time to RUN! Enter bellow command to run the program:

$ node index.js

License

MIT License

About

A program to extract words and their role (PoS) in the text using Textrazor API.

Topics

Resources

Stars

Watchers

Forks