Skip to content

CRAN Version 0.9.1

Latest
Compare
Choose a tag to compare
@qinwf qinwf released this 29 Sep 08:45
· 34 commits to master since this release

Changes in Version 0.9.1 (2016-9-28)

  • Major Change: distance and vector_distance now return integer value as distance.
  • Major Change: requires C++11 with GCC 4.9+ to build this package
  • Fix: tobin now returns the correct value
  • Fix: get_idf rownames with 1 based index
  • Add: new_user_word now has a default tag
  • Add: apply_list to handle nested list input data
  • Add: simhash_dist to compute distance of simhash values
  • Add: simhash_dist_mat to compute compute distance matrix of simhash values
  • Add: vector_tag to tag a character vector
  • Add: more docs
  • Depreciated: quick mode will be remove in v0.11.0
  • Depreciated: filecoding to file_coding
  • Warning: next version will update internal CppJieba version to 5.0.0, query_threshold, words_locate will be removed due to the upstream apis changes.