Skip to content

Programming641/language_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages