Richard Eckart de Castilho

Results 888 comments of Richard Eckart de Castilho

``` (No text was entered with this change) ``` Original issue reported on code.google.com by `richard.eckart` on 2013-06-25 10:57:26

``` (No text was entered with this change) ``` Original issue reported on code.google.com by `richard.eckart` on 2014-03-26 10:51:38 - **Labels added**: Milestone-1.7.0 - **Labels removed**: Milestone-1.6.0

``` (No text was entered with this change) ``` Original issue reported on code.google.com by `richard.eckart` on 2014-03-31 10:48:51 - **Labels added**: Milestone-2.0.0 - **Labels removed**: Milestone-1.7.0

Won't do this because it would break backwards data compatibility. We'll use DKPro Core 2.0.0 to do the UIMAv3 upgrade but leave the type system largely untouched.

``` you mean this page? http://www.maltparser.org/mco/french_parser/fremalt.html part-of-speech tags of the MElt tagger (Denis and Sagôt, 2009) see: http://raweb.inria.fr/rapportsactivite/RA2009/alpage/uid89.html paper: http://atoll.inria.fr/~sagot/pub/paclic09tagging.pdf "In the original FTB, words are split into 13 main...

You can set `PARAM_FILENAME_EXTENSION` to `.html` or `.json` to have the writer either generate a static HTML page visualizing the annotations or just the plain JSON.

It would probably be a good idea to either properly document this or to split the writer up into multiple components: `BratAnnWriter`, `BratHtmlWriter` and `BratJsonWriter`.

``` The dynamic adding of new values to the dependency tag set recorded in EnglishGrammaticalRelations or ChineseGrammaticalRelations can have cross-document and cross-pipeline effects. E.g. when running a batch of test...

``` This issue was updated by revision r2469. ``` Original issue reported on code.google.com by `pedrobssantos` on 2014-05-09 18:06:30

``` Consider you have a document containing only stopwords. A segmenter creates tokens for these. A stopword remover removes all tokens. A parser runs and finds no tokens. This parser...