public class Sentence extends Object
| Modifier and Type | Field and Description |
|---|---|
Node[] |
node_list |
String |
text
Public members.
|
String[] |
token_list |
| Constructor and Description |
|---|
Sentence(String text,
String[] token_list,
String[] tag_list)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mapTokens(LanguageModel lang,
Graph graph)
Main processing per sentence.
|
public String text
public String[] token_list
public Node[] node_list
public void mapTokens(LanguageModel lang, Graph graph)
Copyright © 2017. All rights reserved.