ufal / udpipe

UDPipe: Trainable pipeline for tokenizing, tagging, lemmatizing and parsing Universal Treebanks and other CoNLL-U files
Mozilla Public License 2.0
364 stars 77 forks source link

collocation function #91

Closed heyitsbrad closed 5 years ago

heyitsbrad commented 5 years ago

The collocation function doesn't give an option to retrieve doc_id's.

doc_id's are needed to create a DTM from collocations with single words for the purpose of document similarity calculations.

jwijffels commented 5 years ago

There is no collocation function in the UDPipe C++ library, only in the udpipe R package. Please put questions or issues regarding the R package on https://github.com/bnosac/udpipe

foxik commented 5 years ago

Thanks @jwijffels for the answer.