dkpro-uby icon indicating copy to clipboard operation
dkpro-uby copied to clipboard

Framework for creating and accessing UBY resources – sense-linked lexical resources in standard UBY-LMF format

Results 46 dkpro-uby issues
Sort by recently updated
recently updated
newest added

``` The second parameter passed to getSensesByOriginalReference() is the ID of the sense to retrieve. I note that it does accent folding—for example, getSensesByOriginalReference("Wikipedia", "Berlin") returns the English Wikipedia article...

Type-Defect
Priority-Medium

``` Some Sense Definitions in OmegaWiki contain texts that are not actual definitions, such as: <Definition needed.> <missing> <please delete> More of these tag-like structures can be detected by searching...

Priority-Medium
Type-Enhancement
creation-omegawiki

``` In the UBY-LMF model, there is an aggregration between LexicalEntry and SyntacticBehavior and an association between SyntacticBehavior and Sense. The UBY API models the association between SyntacticBehavior and Sense...

Priority-Medium
Type-Enhancement

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.

SH: Running the following snippet on a 070-snapshot DB shows that the loading of Lexicon instances via LexicalResource does not work properly: Uby uby = new Uby(dbConfig); LexicalResource lexicalResource =...

check if temporary tables are still required when importing sense alignments. This should be checked with an alinment involving Wikipedia.

for example when using GermaNetWiktionaryDeAlignment and adapting it to querying a database containing OntoWiktionary instead of Wiktionary (different Uby sense IDs, but same original sense IDs). Problems: 1) all pairs...

It would be nice if Uby displayed a very prominent notice when it is working from a Maven packaged database versus when it is working from the user's local database....

many CSV files are written and read during the computation of an alignment separators ar not used consistently: space and tab are mixed at several places in the code this...

SH: The GermaNet converter includes the creation of a GermaNet-WordNet sense alignment based on the ILI shipped with GN. For this alignment, no MetaData information is created. This kind of...