Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Constituent

Packages that use Constituent
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
 Constituent ConstituentParsingLayer.addChild(Constituent parent, Constituent child)
          Adds constituent child to a parent constituent.
 Constituent ConstituentParsingLayer.addSecondaryEdgeChild(Constituent parent, Constituent child, String edgeLabel)
          Adds secondary edge child to a constituent.
 Constituent ConstituentParsingLayer.createConstituent(String category)
          Creates non-terminal constituent with the given category, children should be added later
 Constituent ConstituentParsingLayer.createConstituent(String category, List<Constituent> children)
          Creates non-terminal constituent with the given category and constituent children.
 Constituent ConstituentParsingLayer.createConstituent(String category, List<Constituent> children, String id)
           
 Constituent ConstituentParsingLayer.createConstituent(String category, String edge)
           
 Constituent ConstituentParsingLayer.createConstituent(String category, String edge, List<Constituent> children)
           
 Constituent ConstituentParsingLayer.createConstituent(String category, String edge, List<Constituent> children, String id)
           
 Constituent ConstituentParsingLayer.createConstituent(String category, String edge, String id)
           
 Constituent ConstituentParsingLayer.createTerminalConstituent(String category, List<Token> tokens)
          Creates terminal constituent with the given category and tokens
 Constituent ConstituentParsingLayer.createTerminalConstituent(String category, List<Token> tokens, String id)
           
 Constituent ConstituentParsingLayer.createTerminalConstituent(String category, String edge, List<Token> tokens)
           
 Constituent ConstituentParsingLayer.createTerminalConstituent(String category, String edge, List<Token> tokens, String id)
           
 Constituent ConstituentParsingLayer.createTerminalConstituent(String category, String edge, Token token)
           
 Constituent ConstituentParsingLayer.createTerminalConstituent(String category, String edge, Token token, String id)
           
 Constituent ConstituentParsingLayer.createTerminalConstituent(String category, Token token)
          Creates terminal constituent with the given category and token
 Constituent[] Constituent.getChildren()
           
 Constituent ConstituentParsingLayer.getConstituent(ConstituentReference cref)
          Gets the Constituent reference by this ConstituentReference object
 Constituent ConstituentParsingLayer.getParseRoot(int index)
           
 Constituent ConstituentParse.getRoot()
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Constituent
 Constituent ConstituentParsingLayer.addChild(Constituent parent, Constituent child)
          Adds constituent child to a parent constituent.
 ConstituentParse ConstituentParsingLayer.addParse(Constituent root)
          Creates sentence parse with the given constituent root.
 Constituent ConstituentParsingLayer.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
 Constituent ConstituentParsingLayer.createConstituent(String category, List<Constituent> children)
          Creates non-terminal constituent with the given category and constituent children.
 Constituent ConstituentParsingLayer.createConstituent(String category, List<Constituent> children, String id)
           
 Constituent ConstituentParsingLayer.createConstituent(String category, String edge, List<Constituent> children)
           
 Constituent ConstituentParsingLayer.createConstituent(String category, String edge, 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
 class ConstituentStored
           
 

Fields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type Constituent
protected  Map<String,Constituent> TextCorpusLayersConnector.constitId2ItsConstit
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that return Constituent
 Constituent ConstituentParsingLayerStored.addChild(Constituent parent, Constituent child)
           
 Constituent ConstituentParsingLayerStored.addSecondaryEdgeChild(Constituent parent, Constituent child, String edgeLabel)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, List<Constituent> children)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, List<Constituent> children, String id)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, String edge)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, String edge, List<Constituent> children)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, String edge, List<Constituent> children, String id)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, String edge, String id)
           
 Constituent ConstituentParsingLayerStored.createTerminalConstituent(String category, List<Token> tokens)
           
 Constituent ConstituentParsingLayerStored.createTerminalConstituent(String category, List<Token> tokens, String id)
           
 Constituent ConstituentParsingLayerStored.createTerminalConstituent(String category, String edge, List<Token> tokens)
           
 Constituent ConstituentParsingLayerStored.createTerminalConstituent(String category, String edge, List<Token> tokens, String id)
           
 Constituent ConstituentParsingLayerStored.createTerminalConstituent(String category, String edge, Token token)
           
 Constituent ConstituentParsingLayerStored.createTerminalConstituent(String category, String edge, Token token, String id)
           
 Constituent ConstituentParsingLayerStored.createTerminalConstituent(String category, Token token)
           
 Constituent[] ConstituentStored.getChildren()
           
 Constituent ConstituentParsingLayerStored.getConstituent(ConstituentReference cref)
           
 Constituent ConstituentParsingLayerStored.getParseRoot(int index)
           
 Constituent ConstituentParseStored.getRoot()
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Constituent
 Constituent ConstituentParsingLayerStored.addChild(Constituent parent, Constituent child)
           
 ConstituentParse ConstituentParsingLayerStored.addParse(Constituent root)
           
 Constituent ConstituentParsingLayerStored.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
 Constituent ConstituentParsingLayerStored.createConstituent(String category, List<Constituent> children)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, List<Constituent> children, String id)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, String edge, List<Constituent> children)
           
 Constituent ConstituentParsingLayerStored.createConstituent(String category, String edge, List<Constituent> children, String id)
           
 



Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.