智能預測文字輸入平臺 presage 0.8.7 發布
presage 0.8.7 發布,這是個重要的版本。該版本整合進強大的Windows 文本編輯器 Notepad++ ,具體如下:
This release integrates into Notepad++, a powerful Windows text editor, thanks to the new presage predictive Notepad++ plugin NppPresage. It comes with improved configuration profile handling on Windows: it now locates the system profile configuration directory from HKCU/Software/Presage registry key on Windows, and correctly locates the user profile directory. There are improvements to gprompter, including an updated text editing widget and a new invert colours feature. gprompter and pyprompter also come with new (and ugly) icons on the GNOME desktop.
Presage(前身為Soothsayer)是一種智能預測文字輸入平臺。它利用自然語言中的冗余信息嵌入到生成的預測。它的模塊化和可插入架構允許它的語言模式,擴展和定制,利用統計,句法和語義信息來源。
項目地址:http://presage.sourceforge.net/
Download
Requirements
A working development environment:
- On Linux/Unix systems, this means having GCC, the GNU Compiler Collection packages, as well as libraries for these languages (libstdc++, libgcj, glibc, etc).
- On Windows systems, please use Cygwin or MinGW.
Please refer to:
files for more detailed information on software dependencies required to build presage.
A full list of required and optional software can be found in the README.
Releases
Stable releases are available for download from SourceForge.
SVN access
You can obtain the very latest ``bleeding edge'' source code directly from our SVN repository.
Please note that the latest sources may be in an experimental state and thus not suitable for general usage (in practice, however, the latest trunk is always in pretty good shape).
Please refer to the source code repository section on the Development page for additional instructions.
Building presage
Presage is currently available in source code form only.
Building is just as easy as:
./configure
make all
To run the test suite:
make check
To install, just say:
make install