|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpitt.search.semanticvectors.BuildBilingualIndex
public class BuildBilingualIndex
Command line utility for creating bilingual semantic vector indexes.
| Constructor Summary | |
|---|---|
BuildBilingualIndex()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Builds term vector and document vector stores from a Lucene index. |
static void |
usage()
Prints the following usage message:
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildBilingualIndex()
| Method Detail |
|---|
public static void usage()
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.
public static void main(java.lang.String[] args)
throws java.lang.IllegalArgumentException
args -
java.lang.IllegalArgumentExceptionusage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||