Package org.nlpub.watset.util
Class ABCFormat
java.lang.Object
org.nlpub.watset.util.ABCFormat
Utilities for handling the ABC
(source, target, weight)
edge list format.-
Field Summary
Fields -
Method Summary
-
Field Details
-
SEPARATOR
The default separator, expressed by the tab symbol.- See Also:
-
-
Method Details
-
parse
public static org.jgrapht.Graph<String,org.jgrapht.graph.DefaultWeightedEdge> parse(Stream<String> stream, String regex) Parse the string stream of ABC-formatted edges.- Parameters:
stream
- the input streamregex
- the separator regular expression- Returns:
- the graph represented in the stream
-
parse
public static org.jgrapht.Graph<String,org.jgrapht.graph.DefaultWeightedEdge> parse(Stream<String> stream) Parse the string stream of ABC-formatted edges.- Parameters:
stream
- the input stream- Returns:
- the graph represented in the stream
-