Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / nlp /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-10-12 Alexandre Terrasalib/nlp: provide more examples
2017-10-12 Alexandre Terrasalib/nlp: combine nlp and vsm to create a search engine...
2017-10-12 Alexandre Terrasalib/nlp: avoid crash when reading token XML
2017-10-12 Alexandre Terrasalib/nlp: add wrapper to the web REST api
2017-10-12 Alexandre Terrasalib/nlp: extract NLPProcessor from the Java wrapper
2017-10-06 Alexandre Terrasanlp: use new vector representation
2017-09-29 Alexandre Terrasalib/vsm: add README
2017-09-29 Alexandre Terrasalib/vsm: accept anything as a dimension
2017-09-29 Alexandre Terrasalib/nlp: move vsm.nit to its own package
2016-08-25 Alexandre Terrasanitdoc: use model index
2015-10-19 Alexandre Terrasalib/nlp: add package metadata and readme
2015-10-19 Alexandre Terrasalib/nlp: introduce nitnlp bin as a client example for...
2015-10-19 Alexandre Terrasalib/nlp: introduce NLPDocument to NLPVector translation
2015-10-19 Alexandre Terrasalib/nlp: introduce Vector Space Model with NLPVectors
2015-10-19 Alexandre Terrasalib/nlp: introduce StanfordNLP wrapper