1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY dhfirstname "Rail">
<!ENTITY dhsurname "Aliev">
<!ENTITY dhusername "Rail Aliev">
<!ENTITY dhemail "rail@i-rs.ru">
<!ENTITY dhsection "1">
<!ENTITY dhpackage "zpspell">
]>
<refentry>
<refentryinfo>
<productname>&dhpackage;</productname>
<authorgroup>
<author>
<firstname>&dhfirstname;</firstname>
<surname>&dhsurname;</surname>
<contrib>Wrote this manpage for the Debian system and may be used by others.</contrib>
<address>
<email>&dhemail;</email>
</address>
</author>
</authorgroup>
<copyright>
<year>2009</year>
<holder>&dhusername;</holder>
</copyright>
<legalnotice>
<para>This manual page was written for the Debian system (and may be used
by others).</para>
<para>Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU General Public License, Version 2 or
(at your option) any later version published by the Free Software
Foundation.</para>
<para>On Debian systems, the complete text of the GNU General Public
License can be found in
<filename>/usr/share/common-licenses/GPL</filename>.</para>
</legalnotice>
</refentryinfo>
<refmeta>
<refentrytitle>&dhpackage;</refentrytitle>
<manvolnum>&dhsection;</manvolnum>
</refmeta>
<refnamediv>
<refname>&dhpackage;</refname>
<refpurpose>Interactive spelling checking for Turkish</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhpackage;</command>
<arg choice="plain"><option>-a</option></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>&dhpackage;</command>
<arg choice="plain"><option><replaceable>word</replaceable> ...</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id="description">
<title>DESCRIPTION</title>
<para>
<command>&dhpackage;</command>
is a utility program that connects to the
<citerefentry>
<refentrytitle>zemberek-server</refentrytitle>
<manvolnum>8</manvolnum>
</citerefentry>
using DBUS library so that it can function as an <command>ispell -a
</command> replacement, as an independent spell checker for Turkish.
</para>
<para>
<command>&dhpackage;</command> supports interactive and non-interactive
modes. Interactive mode provides <command>ispell -a</command> compatible
protocol. Non-interactive mode uses its own output format and may be used
for command line spell checking via pipes.
</para>
</refsect1>
<refsect1 id="options">
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term><option>-a</option></term>
<listitem>
<para>Run zpspell in <command>ispell -a</command> compatibility
mode.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>word ...</option></term>
<listitem>
<para>Spell check given words and print the results to stdout.
Result line (one per word) contains: the word, semicolon, "correct"
or "incorrect" (in Turkish) with suggestions in parentheses separated
by comas.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id="see_also">
<title>SEE ALSO</title>
<para><citerefentry>
<refentrytitle>zemberek-server</refentrytitle>
<manvolnum>8</manvolnum>
</citerefentry>
</para>
</refsect1>
</refentry>
|