public class ExportedTagSetConstant extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_FORMAT
Export/import tagsets in JSON format
|
static String |
TAB_FORMAT
Export/Import TagSets in TAB separated format where the first five lines are information
about the tagsets such as tagsetname, tagsetdescrition and the remaining lines are tag with
optional tag descriptions.
|
static String |
TAGSETDESCRIPTION
The key for tagset description.
|
static String |
TAGSETLANGUAGE
the language of the tagset.
|
static String |
TAGSETNAME
The key for the tagsetNAme
|
static String |
TAGSETTYPE
the type of the tagset, either span or arc
|
static String |
TAGSETTYPEDESCRIPTION
the description of tagset type.
|
static String |
TAGSETTYPENAME
the name of the tagset type, such as pos, named entity, dependency,...
|
Constructor and Description |
---|
ExportedTagSetConstant() |
public static final String JSON_FORMAT
public static final String TAB_FORMAT
tagSetName TAGSETNAME tagSetDescription DESCRIPTION ... TAG1 <optional>TAG1Description ....
public static final String TAGSETNAME
public static final String TAGSETDESCRIPTION
public static final String TAGSETTYPE
public static final String TAGSETLANGUAGE
public static final String TAGSETTYPENAME
public static final String TAGSETTYPEDESCRIPTION
Copyright © 2012–2018. All rights reserved.