Skip to content

Doing NLTK and AI on Swiss Fachinfos with Python.

License

Notifications You must be signed in to change notification settings

cclauss/fachinfo_ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fachinfo_ai

Doing NLTK and AI on Swiss Fachinfos with Python. Parsing all the important words from all FIs in Switzerland.

Requirements:

  • List of stopwords in folder input (filename: stopwords.txt)
  • Amiko sqlite DB in folder dbs (filename: amiko_db_full_idx_de.db)

Output:

  • Frequency csv file in folder output (filename: frequency.csv)
  • Auto-generated stopwords file in folder output (filename: auto_stopwords.csv)

Requirements

  • pip install nltk
  • python 3.5.2
  • nltk.download('stopwords','punkt')

sqlite Database to download under the GPLv3.0 License

About

Doing NLTK and AI on Swiss Fachinfos with Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%