public class SequenceTuple extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
id |
List<String> |
tag |
List<String> |
words |
| Constructor and Description |
|---|
SequenceTuple() |
SequenceTuple(List<String> words,
List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtra(String key,
Object val) |
Map<String,Object> |
getExtra() |
Copyright © 2015. All rights reserved.