Skip to content

Sere1nz/AI6122Assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Tokenization code: A1.py

1.enter command line interface:
$ pip3 install nltk matplotlib

2.Enter Python 3 environment and download corpus
>>> import nltk
>>> nltk.download()

3.In order to demo the result, I randomly select a business with business_id:PEnMU_He_qHoCfdoAKmjDQ(line 23)
Comment line 23 and uncomment line 22 to get random every run time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.1%
  • Java 18.1%
  • Python 11.8%