?? readme.x86
字號(hào):
Note for Intel x86 platforms: The function KneserNey::lowerOrderWeight() seems to trigger a compiler bug in gcc 2.95.3 with optimization, on the i686-pc-linux-gnu, i386-pc-solaris2, and i686-pc-cygwin platforms (and therefore probably on all Intel targets). The problem manifests itself by the "ngram-count-kn-int" test in the test/ directory not terminating. To work around this problem, compile lm/src/Discount.cc without global optimization: cd $SRILM/lm/src rm ../obj/$MACHINE_TYPE/Discount.o gnumake OPTIMIZE_FLAGS=-O1 ngram-count gnumake release As of Feb 2002, Cygwin ships with gcc 2.95.3 and therefore suffers from this bug. gcc 2.95.2 or lower and gcc 3.x versions of the compiler don't seem to be affected, though.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -