Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.MatchedCorpus
-
Packages that use MatchedCorpus Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of MatchedCorpus in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return MatchedCorpus Modifier and Type Method Description MatchedCorpusMatchesLayer. addCorpus(String corpusName, String corpusPID)MatchedCorpusMatchesLayer. getCorpus(int index)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type MatchedCorpus Modifier and Type Method Description MatchedItemMatchesLayer. addItem(MatchedCorpus corpusToAddItem, List<Token> itemTokens)MatchedItemMatchesLayer. addItem(MatchedCorpus corpusToAddItem, List<Token> itemTokens, List<String> itemOriginCorpusTokenIds)MatchedItemMatchesLayer. addItem(MatchedCorpus corpusToAddItem, List<Token> itemTokens, List<String> itemOriginCorpusTokenIds, Map<String,String> itemTargets, Map<String,String> itemCategories)MatchedItemMatchesLayer. addItem(MatchedCorpus corpusToAddItem, List<Token> itemTokens, Map<String,String> itemTargets, Map<String,String> itemCategories) -
Uses of MatchedCorpus in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement MatchedCorpus Modifier and Type Class Description classMatchedCorpusStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return MatchedCorpus Modifier and Type Method Description MatchedCorpusMatchesLayerStored. addCorpus(String corpusName, String corpusPID)MatchedCorpusMatchesLayerStored. getCorpus(int index)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type MatchedCorpus Modifier and Type Method Description MatchedItemMatchesLayerStored. addItem(MatchedCorpus corpusToAddItem, List<Token> itemTokens)MatchedItemMatchesLayerStored. addItem(MatchedCorpus corpusToAddItem, List<Token> itemTokens, List<String> itemOriginCorpusTokenIds)MatchedItemMatchesLayerStored. addItem(MatchedCorpus corpusToAddItem, List<Token> itemTokens, List<String> itemOriginCorpusTokenIds, Map<String,String> itemTargets, Map<String,String> itemCategories)MatchedItemMatchesLayerStored. addItem(MatchedCorpus corpusToAddItem, List<Token> itemTokens, Map<String,String> itemTargets, Map<String,String> itemCategories)
-