A B C D E F G H I J K L M N O P R S T U V W X Y 

W

WaCKyDependencyExtractor - Class in edu.ucla.sspace.dependency
A class for extracting dependency parsed sentences from WaCKy corpora.
WaCKyDependencyExtractor() - Constructor for class edu.ucla.sspace.dependency.WaCKyDependencyExtractor
Creates a new WaCKyDependencyExtractor that assumes the default ordering for Malt dependency parses.
WaCKyDependencyExtractor(TokenFilter, Stemmer) - Constructor for class edu.ucla.sspace.dependency.WaCKyDependencyExtractor
Creates a new WaCKyDependencyExtractor that assumes the default ordering for Malt dependency parses and uses the given TokenFilter and Stemmer.
WaCkypediaDocumentIterator - Class in edu.ucla.sspace.text
An iterator implementation that returns Document containg a single dependency parsed sentence given a file in the CoNLL Format which is contained in the XML format provided in the WaCkypedia corpus.
WaCkypediaDocumentIterator(String) - Constructor for class edu.ucla.sspace.text.WaCkypediaDocumentIterator
Creates an Iterator over the file where each document returned contains the sequence of dependency parsed words composing a sentence..
WaitingWordsi - Class in edu.ucla.sspace.wordsi
A Wordsi implementation that performs batch clustering.
WaitingWordsi(Set<String>, ContextExtractor, Clustering, AssignmentReporter) - Constructor for class edu.ucla.sspace.wordsi.WaitingWordsi
Creates a new WaitingWordsi.
WaitingWordsi(Set<String>, ContextExtractor, Clustering, AssignmentReporter, int) - Constructor for class edu.ucla.sspace.wordsi.WaitingWordsi
Creates a new WaitingWordsi.
warning(Logger, String, Object...) - Static method in class edu.ucla.sspace.util.LoggerUtil
Prints Level.WARNING messages to the provided Logger.
WCWordsiMain - Class in edu.ucla.sspace.mains
An executiable class for running Wordsi with a WordOccrrenceContextGenerator.
WCWordsiMain() - Constructor for class edu.ucla.sspace.mains.WCWordsiMain
 
weight - Variable in class edu.ucla.sspace.clustering.BaseSpectralCut.Index
 
weight() - Method in class edu.ucla.sspace.graph.SimpleWeightedDirectedTypedEdge
Returns the weight for this edge.
weight() - Method in class edu.ucla.sspace.graph.SimpleWeightedEdge
Returns the weight for this edge.
weight() - Method in class edu.ucla.sspace.graph.SimpleWeightedTypedEdge
Returns the weight for this edge.
weight() - Method in interface edu.ucla.sspace.graph.WeightedEdge
Returns the weight for this edge.
weight(int, int) - Method in class edu.ucla.sspace.hal.EvenWeighting
Returns a constant value for the weight regardless of distance
weight(int, int) - Method in class edu.ucla.sspace.hal.GeometricWeighting
Returns the weighed value where the closest words receive a weight equal to the window size and the most distance words receive a weight of 1, using a geometric (1 / 2n) decrease for in-between values.
weight(int, int) - Method in class edu.ucla.sspace.hal.LinearWeighting
Returns the weighed value where the closest words receive a weight equal to the window size and the most distance words receive a weight of 1, using a linear decrease for in-between values.
weight(int, int) - Method in interface edu.ucla.sspace.hal.WeightingFunction
Returns the weighed value for a word at the specified offset.
WeightedDirectedEdge - Interface in edu.ucla.sspace.graph
An interface for representing a weigthed edge between two vertices.
WeightedDirectedMultigraph<T> - Class in edu.ucla.sspace.graph
A weighted, directed Multigraph implementation.
WeightedDirectedMultigraph() - Constructor for class edu.ucla.sspace.graph.WeightedDirectedMultigraph
Creates an empty graph with node edges
WeightedDirectedMultigraph(Graph<? extends WeightedDirectedTypedEdge<T>>) - Constructor for class edu.ucla.sspace.graph.WeightedDirectedMultigraph
Creates a directed multigraph with a copy of all the vertices and edges in g.
WeightedDirectedTypedEdge<T> - Interface in edu.ucla.sspace.graph
An interface for weigthed, directed edges in multigraphs.
WeightedEdge - Interface in edu.ucla.sspace.graph
An interface for representing a weigthed edge between two vertices.
WeightedGraph<E extends WeightedEdge> - Interface in edu.ucla.sspace.graph
An interface specification for interacting with weighted Graph objects.
WeightedLinkClustering - Class in edu.ucla.sspace.graph
 
WeightedLinkClustering() - Constructor for class edu.ucla.sspace.graph.WeightedLinkClustering
 
WeightedTypedEdge<T> - Interface in edu.ucla.sspace.graph
An interface for representing a weigthed edge between two vertices in a multigraph.
WEIGHTING_FUNCTION_PROPERTY - Static variable in class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
The property to set the WeightingFunction to be used with weighting the co-occurrence of neighboring words based on their distance.
WEIGHTING_FUNCTION_PROPERTY - Static variable in class edu.ucla.sspace.nonlinear.LocalityPreservingCooccurrenceSpace
The property to set the WeightingFunction to be used with weighting the co-occurrence of neighboring words based on their distance.
WeightingFunction - Interface in edu.ucla.sspace.hal
A function interface for specifying how a HyperspaceAnalogueToLanguage instance should weigh co-occurrences based on the word distance.
WikipediaCleaner - Class in edu.ucla.sspace.tools
A tool for converting Wikipedia Snapshots into a parsable corpus of documents.
WikipediaCleaner(String, Set<WikipediaCleaner.CleanerOption>, int) - Constructor for class edu.ucla.sspace.tools.WikipediaCleaner
Create a new WikipediaCleaner which will read articles from outputFileName, with the given thresholds for link requirements.
WikipediaCleaner.CleanerOption - Enum in edu.ucla.sspace.tools
 
WINDOW_LIMIT_PROPERTY - Static variable in class edu.ucla.sspace.index.WindowedPermutationFunction
The property to set the window size.
WINDOW_SIZE_PROPERTY - Static variable in class edu.ucla.sspace.gws.GenericWordSpace
The property to specify the number of words to view before and after each word in focus.
WINDOW_SIZE_PROPERTY - Static variable in class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
The property to specify the number of words to view before and after each word in focus.
WINDOW_SIZE_PROPERTY - Static variable in class edu.ucla.sspace.isa.IncrementalSemanticAnalysis
The property to specify the number of words to view before and after each word in focus.
WINDOW_SIZE_PROPERTY - Static variable in class edu.ucla.sspace.nonlinear.LocalityPreservingCooccurrenceSpace
The property to specify the number of words to view before and after each word in focus.
WINDOW_SIZE_PROPERTY - Static variable in class edu.ucla.sspace.ri.RandomIndexing
The property to specify the number of words to view before and after each word in focus.
WINDOW_SIZE_PROPERTY - Static variable in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
The property to specify the number of words to view before and after each word in focus.
WindowedPermutationFunction - Class in edu.ucla.sspace.index
A permutation function that provides windows of positions which are permuted using the same function.
WindowedPermutationFunction() - Constructor for class edu.ucla.sspace.index.WindowedPermutationFunction
Creates a WindowedPermutationFunction using the default system Properties.
WindowedPermutationFunction(Properties) - Constructor for class edu.ucla.sspace.index.WindowedPermutationFunction
Creates a WindowedPermutationFunction using a passed in Properties.
windowSize() - Method in class edu.ucla.sspace.mains.GenericWordsiMain
Returns the window size used in a sliding context window.
word() - Method in interface edu.ucla.sspace.dependency.DependencyTreeNode
Returns the word stored in this node.
word() - Method in class edu.ucla.sspace.dependency.SimpleDependencyTreeNode
Returns the word stored in this node.
WordAssociationReport - Interface in edu.ucla.sspace.evaluation
A report of the performance of a SemanticSpace on a particular WordAssociationTest.
WordAssociationTest - Interface in edu.ucla.sspace.evaluation
 
WordBasedBasisMapping - Class in edu.ucla.sspace.dv
A BasisMapping implementation where each word corresponds to a unique dimension regardless of how it is grammatically related.
WordBasedBasisMapping() - Constructor for class edu.ucla.sspace.dv.WordBasedBasisMapping
 
WordBasisMapping - Class in edu.ucla.sspace.gws
A BasisMapping implementation where each word corresponds to a unique dimension regardless of its word position.
WordBasisMapping() - Constructor for class edu.ucla.sspace.gws.WordBasisMapping
 
WordChoiceEvaluation - Interface in edu.ucla.sspace.evaluation
A evaluation metric that uses a selection of a word from multiple choices.
WordChoiceEvaluationRunner - Class in edu.ucla.sspace.evaluation
A test-runner for evaluating the performance of a SemanticSpace on a WordChoiceEvaluation test.
WordChoiceEvaluationRunner() - Constructor for class edu.ucla.sspace.evaluation.WordChoiceEvaluationRunner
 
WordChoiceReport - Interface in edu.ucla.sspace.evaluation
A report of the performance of a SemanticSpace on a particular WordChoiceEvaluation test.
WordComparator - Class in edu.ucla.sspace.common
A utility class for finding the k most-similar words to a provided word in a SemanticSpace.
WordComparator() - Constructor for class edu.ucla.sspace.common.WordComparator
Creates this WordComparator with as many threads as processors.
WordComparator(int) - Constructor for class edu.ucla.sspace.common.WordComparator
Creates this WordComparator with the specified number of threads.
WordIterator - Class in edu.ucla.sspace.text
An iterator over all of the tokens present in a BufferedReader that are separated by any amount of white space.
WordIterator(String) - Constructor for class edu.ucla.sspace.text.WordIterator
Constructs an iterator for all the tokens contained in the string
WordIterator(BufferedReader) - Constructor for class edu.ucla.sspace.text.WordIterator
Constructs an iterator for all the tokens contained in text of the provided reader.
WordOccrrenceContextGenerator - Class in edu.ucla.sspace.wordsi
A raw word co-occurrence ContextGenerator.
WordOccrrenceContextGenerator(BasisMapping<String, String>, WeightingFunction, int) - Constructor for class edu.ucla.sspace.wordsi.WordOccrrenceContextGenerator
WordOccrrenceDependencyContextGenerator - Class in edu.ucla.sspace.wordsi
A DependencyContextGenerator that forms co-occurrence context vectors from words that are reachable via a valid DependencyPath from a focus term.
WordOccrrenceDependencyContextGenerator(DependencyPathBasisMapping, DependencyPathWeight, DependencyPathAcceptor, int) - Constructor for class edu.ucla.sspace.wordsi.WordOccrrenceDependencyContextGenerator
WordOrderBasisMapping - Class in edu.ucla.sspace.gws
A BasisMapping implementation where each word and position corresponds to a unique dimension.
WordOrderBasisMapping() - Constructor for class edu.ucla.sspace.gws.WordOrderBasisMapping
 
wordPairToHumanJudgement - Variable in class edu.ucla.sspace.evaluation.AbstractWordAssociationTest
A mapping from a word pair to the human association judgement for it
WordPrimingReport - Interface in edu.ucla.sspace.evaluation
A report of the performance of a SemanticSpace on a particular WordPrimingTest.
WordPrimingTest - Interface in edu.ucla.sspace.evaluation
An interface for performing priming tests where there is no normed set of responses to compare against.
WordReplacementIterator - Class in edu.ucla.sspace.text
An iterator over all tokens in a stream that replaces tokens if they have a known replacement value.
WordReplacementIterator(Iterator<String>, Map<String, String>) - Constructor for class edu.ucla.sspace.text.WordReplacementIterator
 
Wordsi - Interface in edu.ucla.sspace.wordsi
An interface for all Wordsi implementations.
WordSimilarity - Interface in edu.ucla.sspace.evaluation
A human-based similarity judgement for two words.
WordSimilarityEvaluation - Interface in edu.ucla.sspace.evaluation
An evaluation metric that compares the human-judged similarity of word pairs against the similarity judgements from a SemanticSpace.
WordSimilarityEvaluationRunner - Class in edu.ucla.sspace.evaluation
A test-runner for evaluating the performance of a SemanticSpace on a WordSimilarityEvaluation test.
WordSimilarityEvaluationRunner() - Constructor for class edu.ucla.sspace.evaluation.WordSimilarityEvaluationRunner
 
WordSimilarityReport - Interface in edu.ucla.sspace.evaluation
A report of the performance of a SemanticSpace on a particular WordSimilarityEvaluation test.
wordSpace - Variable in class edu.ucla.sspace.common.GenericTermDocumentVectorSpace
The word space of the term document based word space model.
WorkerThread - Class in edu.ucla.sspace.util
A daemon thread that continuously dequeues Runnable instances from a queue and executes them.
WorkerThread(BlockingQueue<Runnable>) - Constructor for class edu.ucla.sspace.util.WorkerThread
Creates a thread that continuously dequeues from the workQueue at once and excutes each item.
WorkerThread(BlockingQueue<Runnable>, int) - Constructor for class edu.ucla.sspace.util.WorkerThread
Creates a thread that continuously dequeues threadLocalItems from workQueue at once and excutes them sequentially.
WorkQueue - Class in edu.ucla.sspace.util
A utility class that receives a collection of tasks to execute internally and then distributes the tasks among a thread pool.
wrap(BitSet) - Static method in class edu.ucla.sspace.util.primitive.CompactIntSet
Wraps the provided BitSet as a Set returning the result.
wrap(TIntSet) - Static method in class edu.ucla.sspace.util.primitive.TroveIntSet
 
write(String, Vector) - Method in class edu.ucla.sspace.common.SemanticSpaceWriter
Writes the provided word and vector to the SemanticSpace on disk.
write(Graph<? extends Edge>, File) - Method in class edu.ucla.sspace.graph.io.DotWriter
 
write(DirectedGraph<? extends DirectedEdge>, File) - Method in class edu.ucla.sspace.graph.io.DotWriter
 
write(DirectedGraph<? extends DirectedEdge>, File, Collection<Set<Integer>>) - Method in class edu.ucla.sspace.graph.io.DotWriter
 
write(Multigraph<T, ? extends TypedEdge<T>>, File) - Method in class edu.ucla.sspace.graph.io.DotWriter
 
write(Multigraph<T, E>, File) - Method in class edu.ucla.sspace.graph.io.GexfIO
Writes the provided multigraph to the specified gexf file with all edge colors appearing the same.
write(Multigraph<T, E>, File, Map<T, Color>) - Method in class edu.ucla.sspace.graph.io.GexfIO
Writes the provided multigraph to the specified gexf file, using edgeColors as a guide for how to display parallel edges of different types.
write(Multigraph<T, E>, File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GexfIO
Writes the provided multigraph to the specified gexf file, using vertexLabels to name the vertices.
write(Multigraph<T, E>, File, Map<T, Color>, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GexfIO
Writes the provided multigraph to the specified gexf file, using edgeColors as a guide for how to display parallel edges of different types, and vertexLabels to name the vertices.
write(WeightedGraph<? extends WeightedEdge>, File) - Method in class edu.ucla.sspace.graph.io.GexfIO
Writes the WeightedGraph to file in gexf format.
write(WeightedGraph<? extends WeightedEdge>, File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GexfIO
Writes the WeightedGraph to file in gexf format.
writeDirectedGraph(DirectedGraph<E>, File) - Method in class edu.ucla.sspace.graph.io.DotIO
 
writeDirectedMultigraph(Multigraph<T, E>, File) - Method in class edu.ucla.sspace.graph.io.DotIO
Writes the provided multigraph to the specified DOT file, using random colors to visualize each edge type.
writeDirectedMultigraph(Multigraph<T, E>, File, Map<T, Color>) - Method in class edu.ucla.sspace.graph.io.DotIO
 
writeMatrix(Matrix, File, MatrixIO.Format) - Static method in class edu.ucla.sspace.matrix.MatrixIO
Writes the matrix to the specified output file in the provided format
writeMatrixArray(double[][], File) - Static method in class edu.ucla.sspace.matrix.MatrixIO
Deprecated.
writeUndirected(File, Graph<? extends Edge>, Indexer<String>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
writeUndirectedGraph(Graph<E>, File) - Method in class edu.ucla.sspace.graph.io.DotIO
 
writeUndirectedGraph(Graph<E>, File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.DotIO
 
writeUndirectedGraph(Graph<E>, File) - Method in class edu.ucla.sspace.graph.io.PajekIO
 
writeUndirectedMultigraph(Multigraph<T, TypedEdge<T>>, File) - Static method in class edu.ucla.sspace.graph.GraphIO
 
writeUndirectedMultigraph(Multigraph<T, TypedEdge<T>>, File, Indexer<String>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
writeUndirectedMultigraph(Multigraph<T, E>, File) - Method in class edu.ucla.sspace.graph.io.DotIO
Writes the provided multigraph to the specified DOT file, using random colors to visualize each edge type.
writeUndirectedMultigraph(Multigraph<T, E>, File, Map<T, Color>) - Method in class edu.ucla.sspace.graph.io.DotIO
Writes the provided multigraph to the specified DOT file, using edgeColors as a guide for how to display parallel edges of different types.
writeUndirectedMultigraph(Multigraph<T, E>, File, Map<T, Color>, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.DotIO
Writes the provided multigraph to the specified DOT file, using edgeColors as a guide for how to display parallel edges of different types.
writeUndirectedMultigraph(Multigraph<T, E>, File, Map<T, Color>, MultiMap<Integer, String>) - Method in class edu.ucla.sspace.graph.io.DotIO
The internal method that writes the undirect multigraph according to all various visualation configuration properties
writeVector(int[], PrintWriter) - Static method in class edu.ucla.sspace.vector.VectorIO
Write the values of an integer array to the destination stored by a PrintWriter.
writeVector(int[], File) - Static method in class edu.ucla.sspace.vector.VectorIO
Write the values of an integer array to the the specified File.
writeVector(int[], String, File) - Static method in class edu.ucla.sspace.vector.VectorIO
Creates a file using the provided word name in the given output directory.
writeWeighted(File, WeightedGraph<? extends WeightedEdge>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
writeWeighted(File, WeightedGraph<? extends WeightedEdge>, Indexer<String>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
A B C D E F G H I J K L M N O P R S T U V W X Y 

Copyright © 2012. All Rights Reserved.