Richard Eckart de Castilho
Richard Eckart de Castilho
- Separate reader/writer for the moment, but doesn't mean it has to stay this way - the code is highly identical!
- Started with implementation of a generic PubAnnotation writer
Do not initialize POS mapping loader if mapping is disabled, e.g. in CoNLL2006Reader, but likely in other places as well.
The model downloading code is in resouces-api which means that basically every reader/writer draws it in despite those not needing the code at all. Better move that code to a...
NPE in TeiWriter when NamedEntity value feature is null Original report: https://github.com/inception-project/inception/issues/2461
``` If a component uses some mapping e.g. for constituents or POS tags, there might be a problem if a model location is explicitly set but neither language nor mapping...
``` io.wikipedia tests try to contact a non-public server. ``` Original issue reported on code.google.com by `richard.eckart` on 2015-01-25 18:15:55
``` What version of the product are you using? On what operating system? Relates to version currently browsable in google code. Linux Issue 1. boolean isInvStartsWith defined on line 418...
``` The current DictionaryAnnotator implementation checks for overlapping phrases to be annotated, and disallows overlapping annotations produced if and only if the overlapping phrases start at the same token. I.e.,...