Package org.nlpub.watset.util
Utility classes and helpers.
-
Interface Summary Interface Description Sense<V> A monad that provides the wrapped value with a sense identifier. -
Class Summary Class Description ABCFormat Utilities for handling the ABC(source, target, weight)edge list format.ClusteringAlgorithmProvider<V,E> A utility class that creates instances of the graph clustering algorithms.ILEFormat Utilities for handling the ILE(identifier, length, elements)file format.IndexedSense<V> An integer sense identifier.Matrices Utilities for working with matrices.Matrices.ColumnNormalizeVisitor Visitor that normalizes columns.Matrices.ColumnSumVisitor Visitor that computes column sums.Matrices.InflateVisitor Visitor that raises each element to the specified power.Matrices.RowNormalizeVisitor Visitor that normalizes rows.Maximizer Utilities for searching arguments of the maxima of the function.Neighbors Utilities for extracting neighborhood graphs and iterating over them.NetworkXFormat Utilities for handling pickled NetworkX graphs.Word2VecFormat Utilities for handling the Word2Vec text format for node embeddings. -
Enum Summary Enum Description ClusteringAlgorithmProvider.ProvidingAlgorithm Clustering algorithms thatClusteringAlgorithmProviderknows how to provide.Word2VecFormat.SpaceStrategy Space character handling strategy.