1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-24 07:22:16 +01:00
Files
2026-01-18 22:23:53 +00:00

87 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a6b55f8de61955b35c83fec32651201cce4aa383 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: yes -->
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.enchant">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Biblioteca de ortografía Enchant</title>
<titleabbrev>Enchant</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.enchant">
&reftitle.intro;
<simpara>
Enchant es una implementación PHP de la
<link xlink:href="&url.enchant;">biblioteca Enchant</link>. Enchant
proporciona uniformidad y conformidad para todas las bibliotecas
de ortografía, e implementa ciertas funcionalidades que pueden
estar ausentes en una biblioteca. Todo debe "funcionar simplemente".
</simpara>
<para>
Enchant soporta las siguientes bibliotecas :
<itemizedlist>
<listitem>
<simpara>
<literal>Aspell/Pspell (previsto para reemplazar Ispell)</literal>
</simpara>
</listitem>
<listitem>
<simpara>
<literal>Ispell (muy antiguo, puede ser considerado como estándar)</literal>
</simpara>
</listitem>
<listitem>
<simpara>
<literal>MySpell/Hunspell (un proyecto orientado a objetos, también utilizado por Mozilla)</literal>
</simpara>
</listitem>
<listitem>
<simpara>
<literal>Uspell (previsto originalmente para el yiddish, el hebreo y los idiomas
de Europa del Este - alojado en el CVS de AbiWord bajo el módulo "uspell")</literal>
</simpara>
</listitem>
<listitem>
<simpara>
<literal>Hspell (Hebreo)</literal>
</simpara>
</listitem>
<listitem>
<simpara>
<literal>AppleSpell (Mac OSX)</literal>
</simpara>
</listitem>
</itemizedlist>
</para>
</preface>
<!-- }}} -->
&reference.enchant.setup;
&reference.enchant.constants;
&reference.enchant.examples;
&reference.enchant.reference;
&reference.enchant.enchantbroker;
&reference.enchant.enchantdictionary;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->