uk.ac.man.entitytagger.doc
Class TaggedSection
java.lang.Object
uk.ac.man.entitytagger.doc.TaggedSection
public class TaggedSection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
original
private Section original
children
private TaggedSection[] children
matches
private java.util.ArrayList<Mention> matches
TaggedSection
public TaggedSection(Section original,
TaggedSection[] children,
java.util.ArrayList<Mention> matches)
getOriginal
public Section getOriginal()
- Returns:
- the original
getChildren
public TaggedSection[] getChildren()
- Returns:
- the children
getMatches
public java.util.ArrayList<Mention> getMatches()
- Returns:
- the matches
getAllMatches
public java.util.ArrayList<Mention> getAllMatches()
toHTML
public java.lang.Object toHTML()