- parse(String, int) - Method in class eus.ixa.ixa.pipe.parse.ConstituentParsing
-
This method receives as an input a tokenized sentence and stores the parses
in a Parse object array.
- parseCLI(String[]) - Method in class eus.ixa.ixa.pipe.parse.CLI
-
Parse the command interface parameters with the argParser.
- parseForTesting(File) - Method in class eus.ixa.ixa.pipe.parse.Annotate
-
- parseToKAF(KAFDocument) - Method in class eus.ixa.ixa.pipe.parse.Annotate
-
It takes a KAF document calls to getParse() and outputs the parse tree as
KAF constituents elements.
- parseToOneline(KAFDocument) - Method in class eus.ixa.ixa.pipe.parse.Annotate
-
- printHeads(Parse) - Method in class eus.ixa.ixa.pipe.heads.CollinsHeadFinder
-
- printHeads(Parse) - Method in interface eus.ixa.ixa.pipe.heads.HeadFinder
-
Reads a Parse object and adds the heads for each constituent following some
head rules.
- processTreebankWithHeadWords(File) - Method in class eus.ixa.ixa.pipe.parse.Annotate
-
Takes a file containing Penn Treebank oneline annotation and annotates the
headwords, saving it to a file with the *.head extension.