Modifier and Type | Method and Description |
---|---|
StructureElement |
GraphNode.getContent() |
Modifier and Type | Method and Description |
---|---|
void |
DirectedGraphRepresentation.addNode(Integer nodeId,
StructureElement nodeContent)
Adds a node whose id is
nodeId and whose content is nodeContent |
void |
GraphNode.setContent(StructureElement content)
Sets the content of this node
|
Constructor and Description |
---|
GraphNode(int id,
StructureElement content)
Initializes a graph node
|
Modifier and Type | Method and Description |
---|---|
StructureElement |
SequenceElement.getContent()
Returns the content of this SequenceElement
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceElement.setContent(StructureElement content)
Sets the content of this SequenceElement
|
Constructor and Description |
---|
SequenceElement(StructureElement content) |
SequenceElement(StructureElement content,
SequenceElement previous,
SequenceElement next) |
Modifier and Type | Class and Description |
---|---|
class |
CompositionalStructureElement
CompositionalStructureElement represents a compositional node.
|
class |
LexicalStructureElement
It represent a StuctureElement that contains lexical information, i.e.
|
class |
PosStructureElement
It represent a StuctureElement that contains Part-of-Speech , i.e.
|
class |
SyntacticStructureElement
It represent a StuctureElement that contains the syntactic informations, i.e.
|
class |
UntypedStructureElement
It represent a StuctureElement without type.
|
Modifier and Type | Method and Description |
---|---|
StructureElement |
StructureElementFactory.parseStructureElement(String structureElementDescription) |
protected StructureElement |
StructureElementFactory.parseStructureElement(String structureElementType,
String structureElementBody)
Initializes and returns the structureElement described in
structureElementBody |
Modifier and Type | Method and Description |
---|---|
static String |
StructureElementFactory.getTextualRepresentation(StructureElement element) |
Modifier and Type | Method and Description |
---|---|
static String |
StructureElementFactory.getStructureElementIdentifier(Class<? extends StructureElement> c)
Returns the identifier of a given class
|
Modifier and Type | Method and Description |
---|---|
boolean |
StructureElementFilter.isElementOfInterest(StructureElement element)
Returns whether
element must be selected or not according to a
policy specified by this object |
boolean |
LexicalStructureElementFilter.isElementOfInterest(StructureElement element) |
Modifier and Type | Method and Description |
---|---|
protected Vector |
VectorBasedStructureElementSimilarity.getCorrespondingVector(StructureElement element)
Returns the vector associated to
element . |
float |
StructureElementSimilarityI.sim(StructureElement sx,
StructureElement sd)
This function measure the similarity between structure elements
|
float |
SameAdditionalInfoStructureElementSimilarity.sim(StructureElement sx,
StructureElement sd) |
float |
LexicalStructureElementSimilarity.sim(StructureElement sx,
StructureElement sz) |
float |
ExactMatchingStructureElementSimilarity.sim(StructureElement sx,
StructureElement sd) |
Modifier and Type | Method and Description |
---|---|
float |
CompositionalNodeSimilarity.sim(StructureElement sx,
StructureElement sz)
This method computes the similarity between two compositional nodes by
applying the "sum" operator.
|
Modifier and Type | Method and Description |
---|---|
List<TreeNode> |
TreeRepresentation.getNodesWithContentType(Class<? extends StructureElement> clazz)
Returns all the nodes whose content has type
clazz |
Modifier and Type | Method and Description |
---|---|
StructureElement |
TreeNode.getContent() |
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.setContent(StructureElement content) |
Constructor and Description |
---|
TreeNode(int id,
StructureElement content,
TreeNode father) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.