Richard Eckart de Castilho

Results 442 issues of Richard Eckart de Castilho

``` If CasTransformation is used the apply a lot of changes, it is very slow. ``` Original issue reported on code.google.com by `torsten.zesch` on 2012-06-05 16:18:46

⭐️ Enhancement
Module-castransformation

``` It would probably be useful to extend test cases (or at least one test case) to check if all annotations produced by a component are of the types or...

⭐️ Enhancement

``` XmlReader only works for files on the file system. It should be migrated to JCasResourceCollectionReader_ImplBase to use it's features. ``` Original issue reported on code.google.com by `richard.eckart` on 2013-03-18...

⭐️ Enhancement
Module-io.xml

``` Currently, dkpro-core misses types, components and resources related to sentiment analysis. Since, there are people working in different projects in this area, I believe we should have a type...

⭐️ Enhancement

``` We don't know yet how to extract the pos tagset used as input for the ClearNLP parser from the parser model. ``` Original issue reported on code.google.com by `richard.eckart`...

🆕Enhancement
Module-clearnlp

``` This might be something for coarse grained tags on constituents: https://github.com/aaronlifenghan/A-Universal-Phrase-Tagset ``` Original issue reported on code.google.com by `richard.eckart` on 2013-10-23 17:39:30

⭐️ Enhancement
Module-api.syntax

``` Test if the way we use the Stanford components also works with the French delimiters, e.g. Il a dit « laissez-moi sortir! ». Afaik the Stanford tools expect such...

⭐️ Enhancement
Module-stanfordnlp

``` The Swedish model for hunpos produces rich tags including morphological information, e.g.: "PN_NEU_SIN_DEF_SUB/OBJ", "VB_PRS_AKT", "DT_NEU_SIN_IND", "NN_NEU_SIN_IND_NOM", "DL_MAD" The actual SUC tags are: PN, VB, DT, NN, MAD Some kind...

⭐️ Enhancement
Module-hunpos

``` The StanfordParser supports a new model based on Compositional Vector Grammars. These are comparative to the factored parser and faster. Should we switch the default variant from factored to...

⭐️ Enhancement
Module-stanfordnlp

``` NER models should have a "ner.tagset" metadata entry. ``` Original issue reported on code.google.com by `pedrobssantos` on 2014-09-17 10:54:59

⭐️ Enhancement
Module-stanfordnlp
Module-opennlp