Skip to content

Commit

Permalink
Topic coherence update with c_uci, c_npmi measures. Backtracking, win…
Browse files Browse the repository at this point in the history
…dow_size changes.
  • Loading branch information
devashishd12 authored and tmylk committed Aug 18, 2016
1 parent 1ae1338 commit 6f53b31
Show file tree
Hide file tree
Showing 10 changed files with 741 additions and 109 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ Changes
* Implemented LsiModel.docs_processed attribute
* Added LdaMallet support. Added LdaVowpalWabbit, LdaMallet example to notebook. Added test suite for coherencemodel and aggregation.
Added `topics` parameter to coherencemodel. Can now provide tokenized topics to calculate coherence value (@dsquareindia, #750)
<<<<<<< HEAD
* Added a check for empty (no words) documents before starting to run the DTM wrapper if model = "fixed" is used (DIM model) as this causes the an error when such documents are reached in training. (@eickho, #806)
* New parameters `limit`, `datatype` for load_word2vec_format(); `lockf` for intersect_word2vec_format (@gojomo, #817)
* Changed `use_lowercase` option in word2vec accuracy to `case_insensitive` to account for case variations in training vocabulary (@jayantj, #714)
* Added 'c_uci', 'c_npmi' coherence measures. Added window_size parameter to CoherenceModel init. Improved backtracking for
indirect confirmation. (@dsquareindia)

0.13.1, 2016-06-22

Expand Down
Loading

0 comments on commit 6f53b31

Please sign in to comment.