Package org.nlpub.watset.util
Interface ILEFormat
-
public interface ILEFormatUtilities for handling the ILE(identifier, length, elements)file format.
-
-
Method Summary
Static Methods Modifier and Type Method Description static voidwrite(BufferedWriter writer, Clustering<String> clustering)Write the ILE-formatted file representing the clusters.
-
-
-
Field Detail
-
SEPARATOR
static final String SEPARATOR
The default separator, expressed by the tab symbol.- See Also:
- Constant Field Values
-
DELIMITER
static final String DELIMITER
The default delimiter, expressed by comma and space.- See Also:
- Constant Field Values
-
-
Method Detail
-
write
static void write(BufferedWriter writer, Clustering<String> clustering)
Write the ILE-formatted file representing the clusters.- Parameters:
writer- the writerclustering- the clusters
-
-