Files
php-doc-ru/reference/enchant/book.xml
Sergey Panteleev daef8df962 Обнуление тега Reviewed (#364)
[skip-lint]
[skip-spellcheck]
2021-11-16 13:03:53 +03:00

89 lines
2.9 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 5f8047c12b4078a6f686b2b0589e9284c47bf155 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.enchant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Библиотека проверки правописания Enchant </title>
<titleabbrev>Enchant</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.enchant">
&reftitle.intro;
<para>
Модуль Enchant является представлением в
<link xlink:href="&url.enchant;">библиотеке Enchant</link>.
Enchant позволяет обеспечить единообразие и
согласованность всех библиотек орфографии и реализовать
определённые функции, которые могут отсутствовать в
какой-либо отдельной библиотеке.
Все и везде должно "просто работать", при любом
определении "просто работающего".
</para>
<para>
Enchant поддерживает следующие бэкенды:
<itemizedlist>
<listitem>
<para>
<literal>Aspell/Pspell (со временем заменят Ispell)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Ispell (древний, как помёт мамонта, но, по факту, является стандартом)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>MySpell/Hunspell (проект OpenOffice.org, также используется Mozilla)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Uspell (В основном, идиш, иврит и восточноевропейские языки - размещается в CVS AbiWord в модуле "uspell")</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Hspell (Иврит)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>AppleSpell (Mac OSX)</literal>
</para>
</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
-->