- CLI - Class in eus.ixa.ixa.pipe.parse
-
This is the main class of ixa-pipe-parse a constituent shift-reduce parser
based on on Apache OpenNLP project, which is based on (Ratnapharki 1999).
- CLI() - Constructor for class eus.ixa.ixa.pipe.parse.CLI
-
Construct a CLI object with the three sub-parsers to manage the command
line parameters.
- client(InputStream, OutputStream) - Method in class eus.ixa.ixa.pipe.parse.CLI
-
The client to query the TCP server for annotation.
- CollinsHeadFinder - Class in eus.ixa.ixa.pipe.heads
-
HeadFinder for constituent parse using Collins rules.
- CollinsHeadFinder(Properties) - Constructor for class eus.ixa.ixa.pipe.heads.CollinsHeadFinder
-
- ConstituentParserServer - Class in eus.ixa.ixa.pipe.parse
-
- ConstituentParserServer(Properties) - Constructor for class eus.ixa.ixa.pipe.parse.ConstituentParserServer
-
Construct a NameFinder server.
- ConstituentParsing - Class in eus.ixa.ixa.pipe.parse
-
Probabilistic Constituent Parser based on Apache OpenNLP shift-reduced parser
(Ratnapharki 1999).
- ConstituentParsing(Properties) - Constructor for class eus.ixa.ixa.pipe.parse.ConstituentParsing
-