Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
lem.src.0.83.zip | 2006-01-31 | 6.0 MB | |
faind.win32.dll.0.83.zip | 2006-01-20 | 1.3 MB | |
dictionary.bin.0.83.zip | 2006-01-20 | 6.9 MB | |
bulldozer.net.0.83.zip | 2006-01-19 | 2.0 MB | |
ymap.exe.0.83.zip | 2006-01-19 | 455.9 kB | |
ygres.exe.0.83.zip | 2006-01-19 | 417.1 kB | |
grammar_engine.dll.0.83.zip | 2006-01-19 | 1.2 MB | |
sdk-readme.0.83.txt | 2006-01-19 | 1.7 kB | |
Totals: 8 Items | 18.3 MB | 0 |
1. GUI front-ends and faind.dll - search engine .NET assembly Archive bulldozer.net.zip contains both faind.dll and GUI fronend sample programs. .NET framework must be installed for the samples to run correctly. If some necessary DLL's are missing (they are part of MS VisualStudio) then install BullDozer.Win32 and get them from that folder. 1.1 BullDozer.NET Unzip bulldozer.net.zip and lanch bulldozer.exe. Copy dictionary files (diction.bin, affixes.bin, seeker.bin) to the program folder if morphology feature is necessary. More info: http://solarix.ru/for_developers/api/frontend.shtml#bulldozer-search-system 1.2 unzip simple-frontend.zip, copy faind.dll extracted from bulldozer.net.zip, then lanch frontend.exe More info: http://solarix.ru/for_developers/api/frontend.shtml 2. Grammar engine Win32 DLL and sample application Unzip grammar_engine.dll.zip. Copy dictionary file 'diction.bin' to the folder. Start lexicon.exe. 3. Dictionary compilation Unzip 'dictionary.src.zip' and 'ygres.exe.zip', then start 'yt.bat'. The file 'diction.bin' is created. More info: http://solarix.ru/for_developers/bootstrap/compile_dict-en.shtml 4. Dictionary checking Unzip 'ymap.exe.zip' and lanch 'ymap.exe'. It load the dictionary from 'diction.bin' and prints some statistical information. More info: http://solarix.ru/for_developers/exercise/ymap.shtml 5. Statistical processing of texts Unzip 'empir.exe.zip' and start the EMPIR tool by the command line e.g. 'empir -scheme1 -dir e:\texts' More info: http://solarix.ru/for_developers/exercise/la_project.shtml