Uses of Class
uk.ac.man.entitytagger.doc.TaggedSection

Packages that use TaggedSection
uk.ac.man.entitytagger.doc   
 

Uses of TaggedSection in uk.ac.man.entitytagger.doc
 

Fields in uk.ac.man.entitytagger.doc declared as TaggedSection
private  TaggedSection[] TaggedDocument.abs
           
private  TaggedSection[] TaggedDocument.body
           
private  TaggedSection[] TaggedSection.children
           
 

Methods in uk.ac.man.entitytagger.doc that return TaggedSection
 TaggedSection[] TaggedDocument.getAbs()
           
 TaggedSection[] TaggedDocument.getBody()
           
 TaggedSection[] TaggedSection.getChildren()
           
 

Constructors in uk.ac.man.entitytagger.doc with parameters of type TaggedSection
TaggedDocument(Document original, TaggedSection[] abs, TaggedSection[] body, java.util.List<Mention> rawMatches, java.lang.String rawContent)
           
TaggedDocument(Document original, TaggedSection[] abs, TaggedSection[] body, java.util.List<Mention> rawMatches, java.lang.String rawContent)
           
TaggedSection(Section original, TaggedSection[] children, java.util.ArrayList<Mention> matches)