Programming641 / language_processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

language_processing

teaching computer what the sentence means

Instructions

dependencies

  • word2number
  • nltk

make sure to pip install the dependencies

for nltk, you also need to download some stuff.

steps for downloading neccessary stuff for nltk

run python interpreter.

On windows,

py

On linux,

python3 or python

then do the following in the interpreter.

>>> import nltk
>>> nltk.download('punkt')

To do. I will write the details later on. For now, you can read the source code and execute it to see how it works.

How to run

py lan_prog1.py

py lan_prog2.py

About


Languages

Language:Python 100.0%