开发者

use OpenOffice correction feature programmatically in PHP

开发者 https://www.devze.com 2023-03-04 15:33 出处:网络
I would like to use OpenOffice correction feature programmatically in PHP (that is be able to correct a word if misspelled). I found PUNO which I believe will help me use the OpenOffice API. However f

I would like to use OpenOffice correction feature programmatically in PHP (that is be able to correct a word if misspelled). I found PUNO which I believe will help me use the OpenOffice API. However from there I have simply no idea where to go. If someone could give me directions that would be great. Using OpenOffice correction feature isn't a requirement at all. If someone knows about a PHP class that can do some spelling check I would also be interested, however I'm guessing that quality wise, it won't get anywhere close to the OpenOffice correction feature hence my initial request.

updated: my aim is to perform American to British English translation so the correction feature must be able to work with America开发者_Go百科n and British English dictionaries.


If you are looking for a PHP Spell Checker : [AJAX Spell Checker](http://www.broken- notebook.com/spell_checker/documentation.php). It requires GNU Aspell.

JQuery PHP based Spell Checker would also be very useful. You can use pspell or Aspell or Google spell.

0

精彩评论

暂无评论...
验证码 换一张
取 消