dongwookim-ml / python-topic-model

Implementation of various topic models
Apache License 2.0
369 stars 172 forks source link

Measure the similarity between documents #18

Open randahe opened 4 years ago

randahe commented 4 years ago

my concern is to add new documents out of the training set, then after natural processing applying relational topic model to measure the similarity between these documents. is there any examples that help me in my issue