Package eu.clarin.weblicht.wlfxb.tc.api
Interface MatchedItem
-
- All Known Implementing Classes:
MatchedItemStored
public interface MatchedItem- Author:
- Yana Panchenko
-
-
Method Summary
Modifier and Type Method Description LinkedHashMap<String,String>getCategoriesExtraAttributes(String categoryName)Set<String>getCategoriesNames()StringgetCategoryValue(String categoryName)String[]getOriginCorpusTokenIds()LinkedHashMap<String,String>getTargetExtraAttributes(String targetName)Set<String>getTargetNames()StringgetTargetValue(String targetName)
-
-
-
Method Detail
-
getOriginCorpusTokenIds
String[] getOriginCorpusTokenIds()
-
getCategoriesExtraAttributes
LinkedHashMap<String,String> getCategoriesExtraAttributes(String categoryName)
-
getTargetExtraAttributes
LinkedHashMap<String,String> getTargetExtraAttributes(String targetName)
-
-