gate
Interface LanguageAnalyser
- All Superinterfaces:
- Executable, FeatureBearer, NameBearer, ProcessingResource, Resource, Serializable
- All Known Implementing Classes:
- AbstractLanguageAnalyser
- public interface LanguageAnalyser
- extends ProcessingResource
A special type of ProcessingResource
that processes Document
s
setDocument
public void setDocument(Document document)
- Set the document property for this analyser.
getDocument
public Document getDocument()
- Get the document property for this analyser.
setCorpus
public void setCorpus(Corpus corpus)
- Set the corpus property for this analyser.
getCorpus
public Corpus getCorpus()
- Get the corpus property for this analyser.