Skip to content

sumukhatv/NaturalLanguageProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code for two basic Natural Language Processing operations.
1. Entity Extraction
2. Keyterm Extraction

The entity extractor has been built on top of NLTK, the NLP toolkit in Python.
It requires the user to have NLTK installed and the NLTK data as well.

The keyterm extractor has been built on top of topia term extractor in Python.

Usage:
 - The entityExtractor.py reads text from a .txt file and performs the operation of entity extraction and returns a list of entities.
 - The keywordExtractor.py reads text from a .txt file and performs the operation of keyterm extraction and returns a list of keyterms.

About

Entity Extractor and Term Extractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages