NAME
readDB.pl - print out vectors from a BerkeleyDB word vector file
SYNOPSIS
readDB.pl DBFILE SUBNAME {WORD | -all}
DESCRIPTION
readDB.pl can be used to extract information from a BerkeleyDB file generated by wordVectors.pl.
OPTIONS
DBFILE
The name of the database file.
SUBNAME
The name of a subtable: 'Dimensions', 'DocumentCount', or 'Vectors'
WORD
Selects a word (key) from the table.
--all
Selects all words (keys) from the table.