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(Path path, 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(Path path, Clustering<String> clustering) throws IOException
Write the ILE-formatted file representing the clusters.- Parameters:
path- the pathclustering- the clusters- Throws:
IOException- if an I/O error occurs
-
-