public interface Document
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the cleaned content of this document represented as a string.
|
String |
getPOSTaggedContent()
Returns the uncleaned content with POS tags in form of word1/pos1 word2/pos2 ...
|
String |
getRawContent()
Returns the uncleaned content, i.e., as originally retrieved, of this document represented as string.
|
String getContent()
getRawContent()
.
Methods for retrieving more specialized content formats might be implemented by the actual implementations.String getRawContent()
String getPOSTaggedContent()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann