|
|
|
|
|
|
Adds an element to the complicated hash table.
Definition at line 736 of file voyant_indexer.pl. |
|
Adds an element to the second level of the complicated hash table.
Definition at line 792 of file voyant_indexer.pl. |
|
Compares the input term to a list of ignore terms.
Definition at line 648 of file voyant_indexer.pl. Referenced by unless().
|
|
Removes all special characters that we don't want in index as word chunks.
Definition at line 1048 of file voyant_indexer.pl. |
|
Performs word-chunking on the passed in entries that was extracted from the $globe::master_raw.
The $globe::ignore_terms_file is used to eliminate unuseful word-chunked entries (such as "the", "a", "to", etc.) The additional useful entries are appended to the contents of the hash
Word-chunking is particular useful for API documentation so that the reader does not have to remember the exact name of a code item in order to find it. An initial index token of "api_GetMovie-list" could be found not just under its name in the "A's", but under "get", "movie", and "list". $entry = compacted and clean display text for sorting. $subentry = compacted and clean display text for sorting. $idx_struct{$entry}{display} = display text $idx_struct{$entry}{url}[] = array of URL's for the $entry. $idx_struct{$entry}{sub}{$subentry}{display} = display text for the $entry's $subentry. $idx_struct{$entry}{sub}{$subentry}{url}[] = array of URL's for the $entry's $subentry.
Definition at line 868 of file voyant_indexer.pl. |
|
|
|
Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003
TP Tools v2-00-0a
# tpt-perl-hcr-02