|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Chunk in edu.illinois.cs.cogcomp.lbj.coref.alignment |
---|
Methods in edu.illinois.cs.cogcomp.lbj.coref.alignment that return Chunk | |
---|---|
Chunk |
ExtentToHeadAligner.getBestMatch(Chunk m,
java.util.Set<Chunk> in)
|
Methods in edu.illinois.cs.cogcomp.lbj.coref.alignment with parameters of type Chunk | |
---|---|
Chunk |
ExtentToHeadAligner.getBestMatch(Chunk m,
java.util.Set<Chunk> in)
|
protected int |
ExtentToHeadAligner.getEndToEndDist(Chunk a,
Chunk b)
Gets the distance, in words, between the last word in a
and the last word in b . |
int |
ExtentToHeadAligner.getOverlap(Chunk a,
Chunk b)
|
int |
WordOverlapChunkAligner.getOverlap(Chunk a,
Chunk b)
Determines the number of words shared in the heads of the mentions. |
boolean |
ExtentToHeadAligner.nestedBInA(Chunk a,
Chunk b)
|
Method parameters in edu.illinois.cs.cogcomp.lbj.coref.alignment with type arguments of type Chunk | |
---|---|
Chunk |
ExtentToHeadAligner.getBestMatch(Chunk m,
java.util.Set<Chunk> in)
|
Uses of Chunk in edu.illinois.cs.cogcomp.lbj.coref.ir |
---|
Fields in edu.illinois.cs.cogcomp.lbj.coref.ir declared as Chunk | |
---|---|
private Chunk |
Mention.m_extent
|
private Chunk |
Mention.m_head
|
Fields in edu.illinois.cs.cogcomp.lbj.coref.ir with type parameters of type Chunk | |
---|---|
private java.util.List<Chunk> |
Entity.m_names
|
Methods in edu.illinois.cs.cogcomp.lbj.coref.ir that return Chunk | |
---|---|
Chunk |
Mention.getExtent()
Gets the ACE extent of this mention. |
Chunk |
Mention.getHead()
Gets the ACE head of this mention. |
Methods in edu.illinois.cs.cogcomp.lbj.coref.ir with parameters of type Chunk | |
---|---|
int |
Chunk.compareTo(Chunk c)
Compare the chunk in a way that Sorts ascending, first by start positions, or if starts are equal, by end positions. |
Method parameters in edu.illinois.cs.cogcomp.lbj.coref.ir with type arguments of type Chunk | |
---|---|
void |
Entity.addNames(java.util.List<Chunk> entNames)
Add all the chunks as names to the existing set of names. |
Constructors in edu.illinois.cs.cogcomp.lbj.coref.ir with parameters of type Chunk | |
---|---|
Mention(Doc d,
Chunk headAndExtent)
A basic constructor that assumes the head and the extent are identical. |
|
Mention(Doc d,
java.lang.String id,
java.lang.String type,
java.lang.String ldcType,
java.lang.String ldcAtr,
java.lang.String role,
Chunk extent,
Chunk head,
java.lang.String entityID,
java.lang.String entityType,
java.lang.String subtype,
java.lang.String specificity,
boolean isTrueMention)
A complete constructor. |
Constructor parameters in edu.illinois.cs.cogcomp.lbj.coref.ir with type arguments of type Chunk | |
---|---|
Entity(java.lang.String id,
java.lang.String type,
java.lang.String subtype,
java.lang.String specificity,
java.util.List<Mention> mentions,
java.util.List<Chunk> names)
Creates an entity with the specified mentions. |
Uses of Chunk in edu.illinois.cs.cogcomp.lbj.coref.ir.docs |
---|
Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that return Chunk | |
---|---|
private Chunk |
DocXMLBase.findAndProcessChunk(org.w3c.dom.Element parent,
java.lang.String tagName)
Find and load a chunk. |
Chunk |
DocBase.makeChunk(int startWord,
int endWord)
|
Chunk |
Doc.makeChunk(int startWord,
int endWord)
Create a chunk spanning the specified words in this document. |
protected Chunk |
DocACEPhase2.processChunk(org.w3c.dom.Element element)
Load a chunk. |
protected abstract Chunk |
DocXMLBase.processChunk(org.w3c.dom.Element element)
Load a chunk. |
protected Chunk |
DocAPF.processChunk(org.w3c.dom.Element element)
Load a chunk. |
Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that return types with arguments of type Chunk | |
---|---|
protected java.util.List<Chunk> |
DocXMLBase.processAttributes(org.w3c.dom.Element parent,
java.lang.String attrName)
Gets all Chunks found inside parent with nodeName attrName . |
Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs with parameters of type Chunk | |
---|---|
protected java.lang.String |
DocACEPhase2.toXMLString(Chunk c)
|
protected abstract java.lang.String |
DocXMLBase.toXMLString(Chunk c)
|
protected java.lang.String |
DocAPF.toXMLString(Chunk c)
|
Uses of Chunk in edu.illinois.cs.cogcomp.lbj.coref.ir.examples |
---|
Fields in edu.illinois.cs.cogcomp.lbj.coref.ir.examples declared as Chunk | |
---|---|
protected Chunk |
ExtendHeadExample.m_head
The head associated with this example. |
Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.examples that return Chunk | |
---|---|
Chunk |
ExtendHeadExample.getHead()
Gets the head associated with this example. |
Constructors in edu.illinois.cs.cogcomp.lbj.coref.ir.examples with parameters of type Chunk | |
---|---|
ExtendHeadExample(Doc doc,
Chunk head,
int wordN)
Constructs an example representing a word in a document, and a head: The example may or may not be a word in the extent associated with the given head. |
|
ExtendHeadExample(Doc doc,
Chunk head,
int wordN,
boolean in)
Constructs an example representing a word in a document, and a head, and a label indicating whether the word is part of the extent corresponding to the given head. |
Uses of Chunk in edu.illinois.cs.cogcomp.lbj.coref.ir.relations |
---|
Fields in edu.illinois.cs.cogcomp.lbj.coref.ir.relations declared as Chunk | |
---|---|
private Chunk |
RelationMention.m_extent
|
Chunk |
RelationMentionArgument.m_extent
|
Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.relations that return Chunk | |
---|---|
Chunk |
RelationMentionArgument.getExtent()
Gets the extent of the relation mention argument. |
Chunk |
RelationMention.getLDCExtent()
Gets the LDC extent of the relation mention. |
Constructors in edu.illinois.cs.cogcomp.lbj.coref.ir.relations with parameters of type Chunk | |
---|---|
RelationMention(java.lang.String id,
java.lang.String ldcLexicalCondition,
Chunk extent,
RelationMentionArgument a1,
RelationMentionArgument a2)
Constructs a relation mention. |
|
RelationMentionArgument(java.lang.String id,
int argNum,
Chunk extent)
Constructs a relation mention argument. |
Uses of Chunk in edu.illinois.cs.cogcomp.lbj.coref.ir.solutions |
---|
Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.solutions that return types with arguments of type Chunk | |
---|---|
java.util.Set<Chunk> |
ChunkSolution.getChunks()
Gets the chunks of the chainSolution. |
Constructor parameters in edu.illinois.cs.cogcomp.lbj.coref.ir.solutions with type arguments of type Chunk | |
---|---|
ChunkSolution(java.util.Collection<Chunk> chunks)
Constructs a ChainSolution containing some chunks. |
Uses of Chunk in edu.illinois.cs.cogcomp.lbj.coref.parsers |
---|
Methods in edu.illinois.cs.cogcomp.lbj.coref.parsers that return types with arguments of type Chunk | |
---|---|
protected java.util.Set<Chunk> |
ExtendHeadsParser.getTrueExtents(Doc d)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |