Skip to content

dataScientist420/natural-language-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Processing

Design of a natural language processing algorithm in Python with NLTK libraries that aims to analyze text, filter text content, correct spelling errors and associate text with a form (Bachelor Final Project).

Instructions

Linux

 su -
 apt-get install python3-pip
 pip3 --upgrade pip
 pip3 install -U numpy
 pip3 install -U pyyaml nltk
 pip3 install setuptools
 pip3 install pyenchant
 exit
 python3 -c "import nltk; nltk.download()"
 python3 demo.py

About

Design of a natural language processing algorithm in Python using NLTK libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages