1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
This is a directory for scripts and miscellaneous files.
Windows-related files
---------------------
make-hfst-tools.bat A script for creating eight hfst command line tools for Windows
make-hfst-tool.bat HFST-FOO A script for creating hfst command line tool HFST-FOO.exe
make-hfst-FOO.bat Individual scripts for creating hfst command line tool hfst-FOO.exe
make-htwolcpre[1|2|3].bat Individual scripts for creating htwolcpre*.exe tools that the script hfst-twolc.bat can call
make-foma.bat A script for making foma dll (not used at the moment)
make-implementations.bat A script for compiling hfst implementations object files (not used at the moment)
make-libhfst.bat A script for making hfst dll (not used at the moment)
make-openfstwin.bat A script for making openfstwin dll (not used at the moment)
make-parsers.bat A script for compiling hfst parsers object files (not used at the moment)
test-hfst-tools.bat A script that performs simple tests for hfst tools
make-python-bindings.bat A script for making python hfst bindings for Windows
generate-python-bindings.bat A script for making python hfst bindings for Windows (not used at the moment)
windows_tests/ A directory that contains files for testing hfst tools on Windows
inttypes.h A header file needed for Windows compilation
stdint.h A header file needed for Windows compilation
README_eight_tools_win.txt README file for Windows package that contains eight command line tools
README_xfst_win.txt README file for Windows package that contains hfst-xfst.exe command line tool
copy-for-windows.sh TARGET SOURCE Copy winopenfst and foma back-ends as well as libhfst/src (SOURCE is the top directory) under TARGET directory
libhfst_win.i Tentative interface file for new HFST Python bindings for Windows
test_libhfst_win.py Tentative test script for HFST Python bindings for Windows
Mac-related files
-----------------
generate-static-binaries.sh For packaging hfst for Mac
package-static-binaries.sh For packaging hfst for Mac
README_eight_tools_mac.txt README file for Mac package that contains eight command line tools
README_xfst_mac.txt README file for MAc package that contains hfst-xfst command line tool
Miscellaneous files
-------------------
hfst-fst2tesseract.xfst
generate-cc-files.sh Performs all the flex/bison compilation needed when compiling HFST (call before 'make')
hfst-twolc-bin Twolc script?
multiple_targets.sh Cygwin-related?
|