public class Mxpost
extends java.lang.Object
Constructor and Description |
---|
Mxpost() |
Modifier and Type | Method and Description |
---|---|
static void |
tagger_file(java.io.File input,
java.io.File out,
java.io.File tag_set)
Este método usa o mxpost para anotar um arquivo de entrada, input,
para um arquivo de saída, out, usando um o tag-set passado como
argumento
|
static java.lang.String |
tagger(java.util.ArrayList<java.lang.String> tokens) |
static java.lang.String |
tagger(java.lang.String input) |
public static void tagger_file(java.io.File input, java.io.File out, java.io.File tag_set) throws java.io.IOException
input
- arquivo de entradaout
- arquivo de saídatag_set
- arquivo do tag-setjava.io.IOException
public static java.lang.String tagger(java.lang.String input) throws java.io.IOException
java.io.IOException
public static java.lang.String tagger(java.util.ArrayList<java.lang.String> tokens) throws java.io.IOException
java.io.IOException