Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / vsm /
2018-06-19 Alexandre Terrasalib/vsm: default tfidf values are extracted from terms...
2018-06-19 Alexandre Terrasalib/vsm: factorize term increments
2018-06-19 Alexandre Terrasalib/vsm: speedup matches using a reverse index
2018-06-19 Alexandre Terrasalib/vsm: make documents kind customizable
2018-05-08 Alexandre Terrasalib: generate missing INI files with `nitpackage`
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-10-12 Alexandre Terrasalib/vsm: actually use tf.idf when matching documents
2017-10-12 Alexandre Terrasalib/vsm: access to non-existing keys return 0.0
2017-09-29 Alexandre Terrasalib/vsm: add README
2017-09-29 Alexandre Terrasalib/vsm: introduce an indexing process based on VSM
2017-09-29 Alexandre Terrasalib/vsm: accept anything as a dimension
2017-09-29 Alexandre Terrasalib/nlp: move vsm.nit to its own package