/natural-language-processing

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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