|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
BuildBilingualIndex class in package pitt.search.semanticvectors
Usage: java pitt.search.semanticvectors.BuildBilingualIndex PATH_TO_LUCENE_INDEX LANG1 LANG2
BuildBilingualIndex creates files termvectors_LANGn.bin and docvectors_LANGn.bin,
in local directory, where LANG1 and LANG2 are obtained from fields in index.
- usage() -
Static method in class pitt.search.semanticvectors.BuildIndex
- Prints the following usage message:
BuildIndex class in package pitt.search.semanticvectors
Usage: java pitt.search.semanticvectors.BuildIndex PATH_TO_LUCENE_INDEX
BuildIndex creates termvectors and docvectors files in local directory.
- usage() -
Static method in class pitt.search.semanticvectors.BuildPositionalIndex
- Prints the following usage message:
BuildPositionalIndex class in package pitt.search.semanticvectors
Usage: java pitt.search.semanticvectors.BuildPositionalIndex PATH_TO_LUCENE_INDEX
BuildPositionalIndex creates file termtermvectors.bin in local directory.
- usage() -
Static method in class pitt.search.semanticvectors.ClusterResults
- Prints the following usage message:
ClusterResults class in package pitt.search.semanticvectors
Usage: java pitt.search.semanticvectors.BuildIndex
-numsearchresults [number of search results]
-numclusters [number of clusters]
<SEARCH ARGS>
where SEARCH ARGS is an expression passed to Search class.
- usage() -
Static method in class pitt.search.semanticvectors.ClusterVectorStore
- Prints the following usage message:
ClusterVectorStore class for clustering an entire (text) vector store.
- usage() -
Static method in class pitt.search.semanticvectors.CompareTerms
- Prints the following usage message:
CompareTerms class in package pitt.search.semanticvectors
Usage: java pitt.search.semanticvectors.CompareTerms
"<QUERYTERMS1>" "<QUERYTERMS2>"
"<QUERYTERMS1,2>" should be lists of words, separated by spaces.
- usage() -
Static method in class pitt.search.semanticvectors.CompareTermsBatch
- Prints the following usage message:
Usage: java pitt.search.semanticvectors.CompareTermsBatch [-queryvectorfile vectorfile]
[-luceneindexpath path_to_lucene_index]
[-batchcompareseparator separator]
[-vectorstorelocation loc]
-luceneindexpath argument may be used to get term weights from
term frequency, doc frequency, etc.
- usage() -
Static method in class pitt.search.semanticvectors.Search
- Prints the following usage message:
Search class in package pitt.search.semanticvectors
Usage: java pitt.search.semanticvectors.Search [-queryfile query_vector_file]
[-searchfile search_vector_file]
[-luceneindexpath path_to_lucene_index]
[-searchtype TYPE]
[-numsearchresults num_results]
[-lowercasequery]
<QUERYTERMS>
-luceneindexpath argument my be used to get term weights from
term frequency, doc frequency, etc.
- usage() -
Static method in class pitt.search.semanticvectors.VectorStoreTranslater
- Prints the following usage message:
VectorStoreTranslater class in pitt.search.semanticvectors
Usage: java pitt.search.semanticvector.VectorStoreTranslater -option INFILE OUTFILE"
-option can be: -lucenetotext or -texttolucene"
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |