sashafrey / topicmod

This project had been moved to https://github.com/bigartm/bigartm
Other
0 stars 0 forks source link

Fix interface of TokenTopicMatrix class #33

Closed sashafrey closed 10 years ago

sashafrey commented 10 years ago

There are several troubles:

  1. Class should be renamed to TopicModel.
  2. TokenWeights should be iterator, and renamed to TopicWeightIterator
  3. token_id() function should never return -1.
sashafrey commented 10 years ago

Fix pushed to alfrey_refactor_token_topic_matrix branch