public class TokenTag extends Object
| Constructor and Description | 
|---|
| TokenTag(String token,
        String tag,
        String[] addtionalData) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TokenTag[] | create(String[] toks,
      String[] tags) | 
| boolean | equals(Object o) | 
| static String[] | extractTags(TokenTag[] tuples) | 
| static String[] | extractTokens(TokenTag[] tuples) | 
| String[] | getAddtionalData() | 
| String | getTag() | 
| String | getToken() | 
| int | hashCode() | 
| String | toString() | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.