dkpro / dkpro-uby

Framework for creating and accessing UBY resources – sense-linked lexical resources in standard UBY-LMF format
https://dkpro.github.io/dkpro-uby
Other
22 stars 3 forks source link

No usable replacement for deprecated getSensesByWNSynsetId(String) #134

Open logological opened 9 years ago

logological commented 9 years ago

The method de.tudarmstadt.ukp.lmf.api.Uby.getSensesByWNSynsetId(String) is deprecated. The JavaDocs for that method say to use de.tudarmstadt.ukp.lmf.api.Uby.wordNetSense(String, String) instead, but that method is also deprecated.