Aspell Spell Checker on iPhone?

一笑奈何 提交于 2019-12-22 16:46:32

问题


I've managed to compile the aspell as a static library for iPhone. I've the libaspell.a file and included it in my xcode project as a framework.

Does anybody know how to use their c/c++ api for iphone? Is there any sample or example somewhere on the net?

Thank you for any feedback in advance, John


回答1:


Looks to me like you just need to look closer at the documentation. Here is the C API documentation: http://aspell.net/man-html/Through-the-C-API.html#Through-the-C-API

In that doc it says:

6.1.3 Examples

Two simple examples are included in the examples directory. The example-c program demonstrates most of the Aspell library functionality and the list-dicts lists the available dictionaries.

It looks fairly straight-forward.




回答2:


I have another stackoverflow post where I came across some problems while using aspell for iOS. Here is the link to that post

https://stackoverflow.com/questions/6588469/aspell-giving-errors-on-ios-detected-an-attempt-to-call-a-symbol-in-system-lib



来源:https://stackoverflow.com/questions/1745905/aspell-spell-checker-on-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!