Hiroshi Noji

Results 13 issues of Hiroshi Noji

`NewLineSentenceSegmenter` did not trim each segmented sentence, so for example, it always outputted an error: ``` $ echo I live in Osaka . | java -Xmx4g -cp assembly.jar epic.parser.ParseText --model...

Some requests to support other languages, such as python, ruby, and c++, raised.

enhancement

Some requests for high performance Japanese sentence splitter are raised.

feature

Here is a proposal for how to keep track errors on the output XML when some errors are detected. Example: ``` xml error message ``` That is, an error message...

Currently, if we apply two annotators which annotate the same element, both are added to the result. Stanford CoreNLP instead overrides the old annotation. Following this, I implemented a method...

discussion

Cabocha can perform named entity recognition if "-n 1" option is given. Maybe an extended annotator of cabocha (cabochaNE?) should be provided, which satisfies `NamedEntity` requirement.

feature

Implement new annotator, which can extract dependencies from a CCG derivation.

feature

It is desirable to output errors or warnings when some unsupported arguments or wrong value for some key is given. For example, `ccg` eats `kBest` option, but it is desirable...

It is Java-based so probably not difficult to implement Annotator? https://sites.google.com/site/yotarow/chapas