public class Element extends Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
from |
int |
len |
char |
name |
String |
nature |
float[] |
tagScore |
| Constructor and Description |
|---|
Element(char name) |
Element(Character name,
int tag) |
public char name
public int len
public String nature
public float[] tagScore
public int[] from
public Element(char name)
public Element(Character name, int tag)
Copyright © 2017. All rights reserved.