Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Constituent
-
Packages that use Constituent Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of Constituent in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return Constituent Modifier and Type Method Description ConstituentConstituentParsingLayer. addChild(Constituent parent, Constituent child)Adds constituent child to a parent constituent.ConstituentConstituentParsingLayer. addSecondaryEdgeChild(Constituent parent, Constituent child, String edgeLabel)Adds secondary edge child to a constituent.ConstituentConstituentParsingLayer. createConstituent(String category)Creates non-terminal constituent with the given category, children should be added laterConstituentConstituentParsingLayer. createConstituent(String category, String edge)ConstituentConstituentParsingLayer. createConstituent(String category, String edge, String id)ConstituentConstituentParsingLayer. createConstituent(String category, String edge, List<Constituent> children)ConstituentConstituentParsingLayer. createConstituent(String category, String edge, List<Constituent> children, String id)ConstituentConstituentParsingLayer. createConstituent(String category, List<Constituent> children)Creates non-terminal constituent with the given category and constituent children.ConstituentConstituentParsingLayer. createConstituent(String category, List<Constituent> children, String id)ConstituentConstituentParsingLayer. createTerminalConstituent(String category, Token token)Creates terminal constituent with the given category and tokenConstituentConstituentParsingLayer. createTerminalConstituent(String category, String edge, Token token)ConstituentConstituentParsingLayer. createTerminalConstituent(String category, String edge, Token token, String id)ConstituentConstituentParsingLayer. createTerminalConstituent(String category, String edge, List<Token> tokens)ConstituentConstituentParsingLayer. createTerminalConstituent(String category, String edge, List<Token> tokens, String id)ConstituentConstituentParsingLayer. createTerminalConstituent(String category, List<Token> tokens)Creates terminal constituent with the given category and tokensConstituentConstituentParsingLayer. createTerminalConstituent(String category, List<Token> tokens, String id)Constituent[]Constituent. getChildren()ConstituentConstituentParsingLayer. getConstituent(ConstituentReference cref)Gets the Constituent reference by this ConstituentReference objectConstituentConstituentParsingLayer. getParseRoot(int index)ConstituentConstituentParse. getRoot()Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Constituent Modifier and Type Method Description ConstituentConstituentParsingLayer. addChild(Constituent parent, Constituent child)Adds constituent child to a parent constituent.ConstituentParseConstituentParsingLayer. addParse(Constituent root)Creates sentence parse with the given constituent root.ConstituentConstituentParsingLayer. addSecondaryEdgeChild(Constituent parent, Constituent child, String edgeLabel)Adds secondary edge child to a constituent.Token[]ConstituentParsingLayer. getTokens(Constituent constituent)Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type Constituent Modifier and Type Method Description ConstituentConstituentParsingLayer. createConstituent(String category, String edge, List<Constituent> children)ConstituentConstituentParsingLayer. createConstituent(String category, String edge, List<Constituent> children, String id)ConstituentConstituentParsingLayer. createConstituent(String category, List<Constituent> children)Creates non-terminal constituent with the given category and constituent children.ConstituentConstituentParsingLayer. createConstituent(String category, List<Constituent> children, String id) -
Uses of Constituent in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Constituent Modifier and Type Class Description classConstituentStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type Constituent Modifier and Type Field Description protected Map<String,Constituent>TextCorpusLayersConnector. constitId2ItsConstitMethods in eu.clarin.weblicht.wlfxb.tc.xb that return Constituent Modifier and Type Method Description ConstituentConstituentParsingLayerStored. addChild(Constituent parent, Constituent child)ConstituentConstituentParsingLayerStored. addSecondaryEdgeChild(Constituent parent, Constituent child, String edgeLabel)ConstituentConstituentParsingLayerStored. createConstituent(String category)ConstituentConstituentParsingLayerStored. createConstituent(String category, String edge)ConstituentConstituentParsingLayerStored. createConstituent(String category, String edge, String id)ConstituentConstituentParsingLayerStored. createConstituent(String category, String edge, List<Constituent> children)ConstituentConstituentParsingLayerStored. createConstituent(String category, String edge, List<Constituent> children, String id)ConstituentConstituentParsingLayerStored. createConstituent(String category, List<Constituent> children)ConstituentConstituentParsingLayerStored. createConstituent(String category, List<Constituent> children, String id)ConstituentConstituentParsingLayerStored. createTerminalConstituent(String category, Token token)ConstituentConstituentParsingLayerStored. createTerminalConstituent(String category, String edge, Token token)ConstituentConstituentParsingLayerStored. createTerminalConstituent(String category, String edge, Token token, String id)ConstituentConstituentParsingLayerStored. createTerminalConstituent(String category, String edge, List<Token> tokens)ConstituentConstituentParsingLayerStored. createTerminalConstituent(String category, String edge, List<Token> tokens, String id)ConstituentConstituentParsingLayerStored. createTerminalConstituent(String category, List<Token> tokens)ConstituentConstituentParsingLayerStored. createTerminalConstituent(String category, List<Token> tokens, String id)Constituent[]ConstituentStored. getChildren()ConstituentConstituentParsingLayerStored. getConstituent(ConstituentReference cref)ConstituentConstituentParsingLayerStored. getParseRoot(int index)ConstituentConstituentParseStored. getRoot()Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Constituent Modifier and Type Method Description ConstituentConstituentParsingLayerStored. addChild(Constituent parent, Constituent child)ConstituentParseConstituentParsingLayerStored. addParse(Constituent root)ConstituentConstituentParsingLayerStored. addSecondaryEdgeChild(Constituent parent, Constituent child, String edgeLabel)Token[]ConstituentParsingLayerStored. getTokens(Constituent constituent)Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type Constituent Modifier and Type Method Description ConstituentConstituentParsingLayerStored. createConstituent(String category, String edge, List<Constituent> children)ConstituentConstituentParsingLayerStored. createConstituent(String category, String edge, List<Constituent> children, String id)ConstituentConstituentParsingLayerStored. createConstituent(String category, List<Constituent> children)ConstituentConstituentParsingLayerStored. createConstituent(String category, List<Constituent> children, String id)
-