Skip navigation links
A C D E F G H L M P S T 

A

Annotate - Class in eus.ixa.ixa.pipe.parse
Class to provide parsing annotation in various forms: KAF, Penn style, and with or without headWords marked.
Annotate(Properties) - Constructor for class eus.ixa.ixa.pipe.parse.Annotate
Constructor that takes into account lang options (en|es) loads the corresponding parse model and decides whether to mark headWords or not.
annotate(InputStream, OutputStream) - Method in class eus.ixa.ixa.pipe.parse.CLI
 

C

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
 

D

DEFAULT_HEADFINDER - Static variable in class eus.ixa.ixa.pipe.parse.Flags
 
DEFAULT_HOSTNAME - Static variable in class eus.ixa.ixa.pipe.parse.Flags
 
DEFAULT_OUTPUT_FORMAT - Static variable in class eus.ixa.ixa.pipe.parse.Flags
 

E

EnglishHeadRules - Class in eus.ixa.ixa.pipe.heads
Class for storing the English head rules associated with parsing.
EnglishHeadRules(Reader) - Constructor for class eus.ixa.ixa.pipe.heads.EnglishHeadRules
Creates a new set of head rules based on the specified reader.
equals(Object) - Method in class eus.ixa.ixa.pipe.heads.EnglishHeadRules
 
equals(Object) - Method in class eus.ixa.ixa.pipe.heads.SpanishHeadRules
 
eus.ixa.ixa.pipe.heads - package eus.ixa.ixa.pipe.heads
 
eus.ixa.ixa.pipe.parse - package eus.ixa.ixa.pipe.parse
 
eval() - Method in class eus.ixa.ixa.pipe.parse.CLI
 

F

Flags - Class in eus.ixa.ixa.pipe.parse
 

G

getHead(Parse[], String) - Method in class eus.ixa.ixa.pipe.heads.EnglishHeadRules
 
getHead(Parse[], String) - Method in class eus.ixa.ixa.pipe.heads.SpanishHeadRules
 
getPunctuationTags() - Method in class eus.ixa.ixa.pipe.heads.EnglishHeadRules
 
getPunctuationTags() - Method in class eus.ixa.ixa.pipe.heads.SpanishHeadRules
 

H

hashCode() - Method in class eus.ixa.ixa.pipe.heads.EnglishHeadRules
 
hashCode() - Method in class eus.ixa.ixa.pipe.heads.SpanishHeadRules
 
HeadFinder - Interface in eus.ixa.ixa.pipe.heads
HeadFinder interface.
HEADMARK - Static variable in class eus.ixa.ixa.pipe.heads.CollinsHeadFinder
 

L

labelGaps(Stack<Constituent>) - Method in class eus.ixa.ixa.pipe.heads.EnglishHeadRules
 
labelGaps(Stack<Constituent>) - Method in class eus.ixa.ixa.pipe.heads.SpanishHeadRules
 
loadAnnotateParameters() - Method in class eus.ixa.ixa.pipe.parse.CLI
 

M

main(String[]) - Static method in class eus.ixa.ixa.pipe.parse.CLI
 

P

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.

S

serialize(Writer) - Method in class eus.ixa.ixa.pipe.heads.EnglishHeadRules
Writes the head rules to the writer in a format suitable for loading the head rules again with the constructor.
serialize(Writer) - Method in class eus.ixa.ixa.pipe.heads.SpanishHeadRules
Writes the head rules to the writer in a format suitable for loading the head rules again with the constructor.
server() - Method in class eus.ixa.ixa.pipe.parse.CLI
Set up the TCP socket for annotation.
SpanishHeadRules - Class in eus.ixa.ixa.pipe.heads
Class for storing the Spanish head rules associated with parsing.
SpanishHeadRules(Reader) - Constructor for class eus.ixa.ixa.pipe.heads.SpanishHeadRules
Creates a new set of head rules based on the specified reader.

T

train() - Method in class eus.ixa.ixa.pipe.parse.CLI
 
A C D E F G H L M P S T 
Skip navigation links

Copyright © 2017. All rights reserved.