Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.MorphologyLayer
-
Packages that use MorphologyLayer Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of MorphologyLayer in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return MorphologyLayer Modifier and Type Method Description MorphologyLayerTextCorpus. createMorphologyLayer()Creates emptyMorphologyLayerin this TextCorpus.MorphologyLayerTextCorpus. createMorphologyLayer(boolean hasSegmentation)Creates emptyMorphologyLayerin this TextCorpus.MorphologyLayerTextCorpus. createMorphologyLayer(boolean hasSegmentation, boolean hasCharOffsets)Creates emptyMorphologyLayerin this TextCorpus.MorphologyLayerTextCorpus. createMorphologyLayer(String tagset)Creates emptyMorphologyLayerin this TextCorpus.MorphologyLayerTextCorpus. createMorphologyLayer(String tagset, boolean hasSegmentation)Creates emptyMorphologyLayerin this TextCorpus.MorphologyLayerTextCorpus. createMorphologyLayer(String tagset, boolean hasSegmentation, boolean hasCharOffsets)Creates emptyMorphologyLayerin this TextCorpus.MorphologyLayerTextCorpus. getMorphologyLayer()Gets morphology layer of this TextCorpus. -
Uses of MorphologyLayer in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement MorphologyLayer Modifier and Type Class Description classMorphologyLayerStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return MorphologyLayer Modifier and Type Method Description MorphologyLayerTextCorpusStored. createMorphologyLayer()MorphologyLayerTextCorpusStored. createMorphologyLayer(boolean hasSegmentation)MorphologyLayerTextCorpusStored. createMorphologyLayer(boolean hasSegmentation, boolean hasCharOffsets)MorphologyLayerTextCorpusStored. createMorphologyLayer(String tagset)MorphologyLayerTextCorpusStored. createMorphologyLayer(String tagset, boolean hasSegmentation)MorphologyLayerTextCorpusStored. createMorphologyLayer(String tagset, boolean hasSegmentation, boolean hasCharOffsets)
-