Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
W
X
_
G
gaussianPdf(double)
- Static method in class sem.util.
Tools
Calculate the value based on the Gaussian probability density function.
gaussianPdf(double, double, double)
- Static method in class sem.util.
Tools
Calculate the value based on the Gaussian probability density function.
getAttributeCount()
- Method in class sem.util.
XmlReader
getAttributeLocalName(int)
- Method in class sem.util.
XmlReader
getAttributeName(int)
- Method in class sem.util.
XmlReader
getAttributeNamespace(int)
- Method in class sem.util.
XmlReader
getAttributePrefix(int)
- Method in class sem.util.
XmlReader
getAttributeType(int)
- Method in class sem.util.
XmlReader
getAttributeValue(int)
- Method in class sem.util.
XmlReader
getAttributeValue(String, String)
- Method in class sem.util.
XmlReader
getCharacterEncodingScheme()
- Method in class sem.util.
XmlReader
getCurrentGraph()
- Method in class sem.graphvis.
GraphVisualiser
Get the currently active graph.
getDep()
- Method in class sem.graph.
Edge
Get the dependent node.
getDouble(String, double)
- Static method in class sem.util.
Tools
Get the double from text.
getEdges()
- Method in class sem.graph.
Graph
Get the list of edges in this graph.
getElementText()
- Method in class sem.util.
XmlReader
getEncoding()
- Method in class sem.util.
XmlReader
getEventType()
- Method in class sem.util.
XmlReader
getFileList(String)
- Static method in class sem.util.
Tools
Get the list of files in a directory.
getHead()
- Method in class sem.graph.
Edge
Get the head node.
getInt(String, int)
- Static method in class sem.util.
Tools
Get the integer from text.
getLabel()
- Method in class sem.graph.
Edge
Get the relation type of this edge.
getLabel()
- Method in class sem.graph.
Node
Get the combined representation of lemma and POS: lemma and POS joined by underscore (lemma_POS).
getLabel()
- Method in enum sem.graphreader.
GraphReaderType
getLabel()
- Method in enum sem.graphwriter.
GraphWriterType
getLemma()
- Method in class sem.graph.
Node
Get the lemma of this node.
getLine()
- Method in exception sem.exception.
GraphFormatException
getLocalName()
- Method in class sem.util.
XmlReader
getLocation()
- Method in class sem.util.
XmlReader
getMetadata(String)
- Method in class sem.graph.
Graph
Get metadata from the graph.
getMetadata()
- Method in class sem.graph.
Graph
Get the HashMap containing all metadata.
getName()
- Method in class sem.util.
XmlReader
getNamespaceContext()
- Method in class sem.util.
XmlReader
getNamespaceCount()
- Method in class sem.util.
XmlReader
getNamespacePrefix(int)
- Method in class sem.util.
XmlReader
getNamespaceURI()
- Method in class sem.util.
XmlReader
getNamespaceURI(String)
- Method in class sem.util.
XmlReader
getNamespaceURI(int)
- Method in class sem.util.
XmlReader
getNodes()
- Method in class sem.graph.
Graph
Get the list of nodes in this graph.
getPIData()
- Method in class sem.util.
XmlReader
getPITarget()
- Method in class sem.util.
XmlReader
getPos()
- Method in class sem.graph.
Node
Get the POS of this node
getPrefix()
- Method in class sem.util.
XmlReader
getProperty(String)
- Method in class sem.util.
XmlReader
getText()
- Method in class sem.util.
XmlReader
getTextCharacters()
- Method in class sem.util.
XmlReader
getTextCharacters(int, char[], int, int)
- Method in class sem.util.
XmlReader
getTextLength()
- Method in class sem.util.
XmlReader
getTextStart()
- Method in class sem.util.
XmlReader
getType(String)
- Static method in enum sem.graphreader.
GraphReaderType
getType(String)
- Static method in enum sem.graphwriter.
GraphWriterType
getVersion()
- Method in class sem.util.
XmlReader
Graph
- Class in
sem.graph
Graph structure.
Graph()
- Constructor for class sem.graph.
Graph
Create new graph.
GraphFormatException
- Exception in
sem.exception
Exception for unexpected errors when reading in the graph.
GraphFormatException(String)
- Constructor for exception sem.exception.
GraphFormatException
GraphFormatException(String, String)
- Constructor for exception sem.exception.
GraphFormatException
GraphReader
- Interface in
sem.graphreader
The general interface for a graph reader.
GraphReaderType
- Enum in
sem.graphreader
Contains a list of GraphReader types and creates a new GraphReader based on the String label.
GraphTest
- Class in
sem.test.graph
Collection of tests for the graphs, nodes and edges.
GraphTest()
- Constructor for class sem.test.graph.
GraphTest
GraphVisualiser
- Class in
sem.graphvis
An application for visualising the graphs.
GraphVisualiser(boolean)
- Constructor for class sem.graphvis.
GraphVisualiser
Constructor.
GraphVisualiserEdgeLayout
- Class in
sem.graphvis
GraphVisualiserEdgeLayout(String)
- Constructor for class sem.graphvis.
GraphVisualiserEdgeLayout
GraphVisualiserMenuAction
- Class in
sem.graphvis
GraphVisualiserMenuAction(String, String, GraphVisualiser)
- Constructor for class sem.graphvis.
GraphVisualiserMenuAction
GraphWriter
- Interface in
sem.graphwriter
The general interface for a graph writer.
GraphWriterType
- Enum in
sem.graphwriter
Contains a list of GraphWriter types and creates a new GraphWriter based on the String label.
grsWithInitialGr
- Static variable in class sem.graphreader.
RaspGraphReader
grsWithSubtype
- Static variable in class sem.graphreader.
RaspGraphReader
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
W
X
_