Skip to content

nbrosson/topic-modeling-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topic Modelling is the task of using unsupervised learning to extract the main topics (represented as a set of words) that occur in a collection of documents.

Test the project

pip install -r requirements.txt

In a Python3 environment:

from topics_finder.models import LdaModel
lda_obj = LdaModel()
lda_obj.train_predict()

About

[NLP] Implementation of Several topic modeling classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages