public interface PairReader
Modifier and Type | Method and Description |
---|---|
String |
getCollectionId1()
ID of the collection the first document was sampled from
|
String |
getCollectionId2()
ID of the collection the second document was sampled from
|
String |
getDocumentId1()
ID of the first document
|
String |
getDocumentId2()
ID of the second document
|
String |
getLanguage1()
Language of the first document
|
String |
getLanguage2()
Language of the second document
|
String |
getText1()
The text of the first document in the pair
|
String |
getText2()
The text of the second document in the pair
|
String |
getTitle1()
Title of the first document
|
String |
getTitle2()
Title of the second document
|
String getCollectionId1() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getCollectionId2() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getDocumentId1() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getDocumentId2() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getTitle1() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getTitle2() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getLanguage1() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getLanguage2() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getText1() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorString getText2() throws org.dkpro.tc.api.exception.TextClassificationException
org.dkpro.tc.api.exception.TextClassificationException
- excpetion in case of errorCopyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.