public static class MtasPennTreebankParser.Level extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
code
The code.
|
boolean |
ignore
The ignore.
|
String |
node
The node.
|
Integer |
offsetEnd
The offset end.
|
Integer |
offsetStart
The offset start.
|
Integer |
positionEnd
The position end.
|
Integer |
positionStart
The position start.
|
Integer |
realOffsetEnd
The real offset end.
|
Integer |
realOffsetStart
The real offset start.
|
List<MtasToken> |
tokens
The tokens.
|
Constructor and Description |
---|
Level()
Instantiates a new level.
|
Modifier and Type | Method and Description |
---|---|
void |
addPosition(int position)
Adds the position.
|
void |
addPositionRange(int startPosition,
int endPosition)
Adds the position range.
|
public String node
public Integer offsetStart
public Integer offsetEnd
public Integer realOffsetStart
public Integer realOffsetEnd
public boolean ignore
public boolean code
public Integer positionStart
public Integer positionEnd
public void addPosition(int position)
position
- the positionpublic void addPositionRange(int startPosition, int endPosition)
startPosition
- the start positionendPosition
- the end positionCopyright © 2018 Meertens Institute. All rights reserved.