3
0
Fork
You've already forked libchewingpp
0
libchewing c++ wrapper http://chewing.csie.net/
  • C++ 89.8%
  • Makefile 10.2%
Find a file
gugod 279cb6b203 Refactor with new Chewing API.
Fix tests too.
git-svn-id: https://svn.csie.net/chewing/libchewingpp/trunk@570 ac1be623-90ea-0310-9410-ba68b2efa777
2006年05月05日 10:55:24 +00:00
src Refactor with new Chewing API. 2006年05月05日 10:55:24 +00:00
test Refactor with new Chewing API. 2006年05月05日 10:55:24 +00:00
ChangeLog 2005年10月10日 Jim Huang <jserv@kaffe.org> 2005年10月09日 16:18:25 +00:00
Makefile setup repository layout 2004年12月07日 03:43:53 +00:00
README setup repository layout 2004年12月07日 03:43:53 +00:00

## Copyright 2004 Liu Kang-min
##
## Author: gugod@gugod.org
## Keywords: chewing, libchewing, C++
This library provide C++ wrapper to jserv's libchewing
(http://jserv.sayya.org/wiki/index.php/Qooing).
 Chewingpp.h - Object prototype
 Chewing.cpp - Object implementation
In order to build this library, you'll need to install libchewing first.
After that, you may try
 make
 make test
to see if it works.
Cheers
Kang-min "Gugod" Liu