Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.DependencyParsingLayer
-
Packages that use DependencyParsingLayer Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of DependencyParsingLayer in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return DependencyParsingLayer Modifier and Type Method Description DependencyParsingLayerTextCorpus. createDependencyParsingLayer(boolean multipleGovernorsPossible, boolean emptyTokensPossible)Creates emptyDependencyParsingLayerin this TextCorpus.DependencyParsingLayerTextCorpus. createDependencyParsingLayer(String tagset, boolean multipleGovernorsPossible, boolean emptyTokensPossible)Creates emptyDependencyParsingLayerwith the given tagset in this TextCorpus.DependencyParsingLayerTextCorpus. getDependencyParsingLayer()Gets dependency parsing layer of this TextCorpus. -
Uses of DependencyParsingLayer in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement DependencyParsingLayer Modifier and Type Class Description classDependencyParsingLayerStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return DependencyParsingLayer Modifier and Type Method Description DependencyParsingLayerTextCorpusStored. createDependencyParsingLayer(boolean multipleGovernorsPossible, boolean emptyTokensPossible)DependencyParsingLayerTextCorpusStored. createDependencyParsingLayer(String tagset, boolean multipleGovernorsPossible, boolean emptyTokensPossible)
-