| Package | Description |
|---|---|
| eu.clarin.weblicht.wlfxb.tc.api | |
| eu.clarin.weblicht.wlfxb.tc.xb |
Provides classes for manipulating TextCorpus annotations of TCF.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstituentStored |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Constituent> |
TextCorpusLayersConnector.constitId2ItsConstit |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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-2019 Department of Linguistics, Tübingen University. All Rights Reserved.