Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.ConstituentParse
-
Packages that use ConstituentParse Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of ConstituentParse in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return ConstituentParse Modifier and Type Method Description ConstituentParseConstituentParsingLayer. addParse(Constituent root)Creates sentence parse with the given constituent root.ConstituentParseConstituentParsingLayer. getParse(int index)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type ConstituentParse Modifier and Type Method Description Token[]ConstituentParsingLayer. getTokens(ConstituentParse parse) -
Uses of ConstituentParse in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement ConstituentParse Modifier and Type Class Description classConstituentParseStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return ConstituentParse Modifier and Type Method Description ConstituentParseConstituentParsingLayerStored. addParse(Constituent root)ConstituentParseConstituentParsingLayerStored. getParse(int index)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type ConstituentParse Modifier and Type Method Description Token[]ConstituentParsingLayerStored. getTokens(ConstituentParse parse)
-