Return to build_thesaurus_wrapper.sh CVS log | Up to [LON-CAPA] / loncom / thesaurus |
1.2 matthew 1: echo 'Building LON-CAPA thesaurus database (this may take a moment).';
1.3 ! matthew 2: ./build_thesaurus_db.pl --badwordfile un_keyword.tab --keywordfile rawkey.txt --outputdb thesaurus.db --checkdates
1.2 matthew 3: echo 'Completed construction of LON-CAPA thesaurus database.';