Skip to content

Releases: linguatools/disco

new storage classes for dense matrix and subwords

23 Jun 17:29
8182b1b
Compare
Choose a tag to compare

Version 3 has a new storage class that is suited for low-dimensional word embeddings: DenseMatrix. It also features subword n-grams from fastText.

DISCO API version 2.1

20 Jun 13:38
Compare
Choose a tag to compare

Minor update concerning methods DISCO.semanticSimilarity, TextSimilarity.textSimilarity, and TextSimilarity.directedTextSimilarity. In API version 2.1, the desired similarity measure must be passed to these methods. This is neccessary because the similarity measure SimilarityMeasure.KOLB that was used by default does not produce sensible results with word spaces imported from word2vec.

You can download an executable jar (with the dependencies) from http://www.linguatools.de/disco/disco-download_en.html.

Also see the history of earlier versions.