asoroa / ukb

Ukb: graph-based WSD and similarity
106 stars 28 forks source link

collocations or MWEs #12

Closed arademaker closed 4 years ago

arademaker commented 4 years ago

I am trying to understand what is the current support for MWE (or collocations) detection in the script from https://github.com/asoroa/ukb/tree/master/src. I am assuming that only MWE already identified would be disambiguated, right? The code here has any support to detect MWE presented in the KB?

asoroa commented 4 years ago

There is no code related to MWE detection in ukb. If you want to process MWEs you need to pass them explicitly in the input context (using underscores, i.e., "new_york#n#id#1", etc). See examples, for instance, in https://github.com/asoroa/ukb/tree/master/src/dotest/input/ctx.txt