Package eu.clarin.weblicht.wlfxb.tc.api
Interface MatchedCorpus
-
- All Known Implementing Classes:
MatchedCorpusStored
public interface MatchedCorpus- Author:
- Yana Panchenko
-
-
Method Summary
Modifier and Type Method Description MatchedItemStored[]getMatchedItems()StringgetName()StringgetPID()
-
-
-
Method Detail
-
getMatchedItems
MatchedItemStored[] getMatchedItems()
-
getName
String getName()
-
getPID
String getPID()
-
-