Hiroshi Noji

Results 13 issues of Hiroshi Noji

The current CCG parser accepts one-best outputs from morphological analysis, but the outputs often contain errors. They cause a significant problem in constructing semantic representations along CCG derivations. In order...

Current implementation of removeText: https://github.com/mynlp/jigg/blob/master/src/main/scala/jigg/util/XMLUtil.scala#L46 seems problematic. This code cannot handle some Elem object which has more than one `Atom[_]` elements. Maybe we can refactor this method based on pattern...

enhancement

First, great work! I read the paper and had a few questions. * On p. 5, the paper says that minimal sequence length `s = 6c`, but where does this...