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 method getMostFrequentSense needs a parameter language, because there might be other lexicons (apart from WordNet) which provide MFS information ``` Original issue reported on code.google.com by `eckle.kohler` on...

Priority-Medium
Type-Enhancement

``` The use of sqlRestriction should be avoided because it allows for SQL-injections and improper escaping. E.g. this Restrictions.sqlRestriction("lexiconName = '"+name+"'") should rather be something like this Restrictions.eq("lexiconName", name) ```...

Priority-Medium
Type-Enhancement

``` a method should be added that provides efficient access to sense alignments based on original sense IDs ``` Original issue reported on code.google.com by `eckle.kohler` on 2014-05-11 12:25:48

Priority-Medium
Type-Enhancement

``` We should deploy UBY on the Sonatype OSS Maven Repository. This will allow users to more easily find and use UBY. Here's what we need to do: 1. Create...

Priority-Medium
Type-Enhancement

``` the XML in the Uby test lexicon is invalid ``` Original issue reported on code.google.com by `eckle.kohler` on 2013-08-30 13:23:07

Type-Defect
Priority-Medium

``` The UbyTestDbProvider currently uses a hard coded UBY test lexicon in XML format that is imported into an in-memory DB This should be a parameter, since different UBY test...

Priority-Medium
Type-Enhancement

``` So far, the UBY connection hardcodes some connection properties of Hibernate which cannot be changed when using the API. This particularly holds for the "hibernate.hbm2ddl.auto" property, which is statically...

Priority-Medium
Type-Enhancement

``` currently the API class Uby.java provides a method getSenseIterator(Lexicon lexicon) However, for many use cases, a method that iterates over senses with a particular POS, would be both convenient...

Priority-Medium
Type-Enhancement

``` There is an example for verb "buy" in "UBY-LMF – A Uniform Model for Standardizing Heterogeneous Lexical-Semantic Resources in ISO-LMF" [Eckle-Kohler et al., LREC 2012] that indicates morphological relations...

Type-Defect
Priority-Medium

``` It would be nice if a lexicon could tell you something about itself. Size, what kind of information is available, etc. ``` Original issue reported on code.google.com by `torsten.zesch`...

Priority-Medium
Type-Enhancement