Skip to content

hagerpa/ml_project

Repository files navigation

The following files belong to the project:

categories.py 			#manages categories, subcategories and their Frequencies
corpus.py 			#keeps track of all training examples, procession of the text, and the te,tr-set split
filters.py 			#filtering methods
vocabulary_builders.py 	#term-space reduction methods
feature_extractors.py		#methods for creating numeric features

The code is written in python3 and needs the following additional packages:
numpy
pickle
tempfile
nltk
csv
re
itertools

About

ml_project, natural language procession.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published