public class BrownCluster extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BrownCluster.ClusterVal |
| Constructor and Description |
|---|
BrownCluster(DataInput input) |
BrownCluster(File dataFile) |
BrownCluster(File dataFile,
int shortLen,
int threshold) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue(String s,
BrownCluster.ClusterVal cv) |
static void |
main(String[] args) |
void |
write(DataOutput output) |
public BrownCluster(DataInput input) throws IOException
IOExceptionpublic BrownCluster(File dataFile) throws IOException
IOExceptionpublic BrownCluster(File dataFile, int shortLen, int threshold) throws IOException
IOExceptionpublic String getValue(String s, BrownCluster.ClusterVal cv)
public void write(DataOutput output) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2016. All rights reserved.