public class NERGUI extends Object
Constructor and Description |
---|
NERGUI() |
Modifier and Type | Method and Description |
---|---|
static String |
colorToHTML(Color color) |
File |
getFile(boolean open) |
String |
getURL() |
void |
loadClassifier(File file)
Load a classifier from a file or the default.
|
void |
loadClassifier(String resource)
Load a classifier from a file or the default.
|
static void |
main(String[] args)
Run the GUI.
|
static Map<String,Color> |
makeTagToColorMap(Set<String> tags,
String backgroundSymbol) |
void |
openFile(File file) |
public File getFile(boolean open)
public String getURL()
public void loadClassifier(File file)
null
.public void loadClassifier(String resource)
null
.public void openFile(File file)
public static Map<String,Color> makeTagToColorMap(Set<String> tags, String backgroundSymbol)
public static void main(String[] args)