Imported Upstream version 0.60.7
[platform/upstream/aspell.git] / manual / aspell.html / Other-Items.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <!-- This is the user's manual for Aspell
4
5 GNU Aspell is a spell checker designed to eventually replace Ispell.
6 It can either be used as a library or as an independent spell checker.
7
8 Copyright © 2000-2019 Kevin Atkinson.
9
10 Permission is granted to copy, distribute and/or modify this document
11 under the terms of the GNU Free Documentation License, Version 1.1 or
12 any later version published by the Free Software Foundation; with no
13 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.  A
14 copy of the license is included in the section entitled "GNU Free
15 Documentation License". -->
16 <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
17 <head>
18 <title>GNU Aspell 0.60.7: Other Items</title>
19
20 <meta name="description" content="Aspell 0.60.7 spell checker user&rsquo;s manual.">
21 <meta name="keywords" content="GNU Aspell 0.60.7: Other Items">
22 <meta name="resource-type" content="document">
23 <meta name="distribution" content="global">
24 <meta name="Generator" content="makeinfo">
25 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
26 <link href="index.html#Top" rel="start" title="Top">
27 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
28 <link href="To-Do.html#To-Do" rel="up" title="To Do">
29 <link href="Notes-on-Various-Items.html#Notes-on-Various-Items" rel="next" title="Notes on Various Items">
30 <link href="Important-Items.html#Important-Items" rel="prev" title="Important Items">
31 <style type="text/css">
32 <!--
33 a.summary-letter {text-decoration: none}
34 blockquote.smallquotation {font-size: smaller}
35 div.display {margin-left: 3.2em}
36 div.example {margin-left: 3.2em}
37 div.indentedblock {margin-left: 3.2em}
38 div.lisp {margin-left: 3.2em}
39 div.smalldisplay {margin-left: 3.2em}
40 div.smallexample {margin-left: 3.2em}
41 div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
42 div.smalllisp {margin-left: 3.2em}
43 kbd {font-style:oblique}
44 pre.display {font-family: inherit}
45 pre.format {font-family: inherit}
46 pre.menu-comment {font-family: serif}
47 pre.menu-preformatted {font-family: serif}
48 pre.smalldisplay {font-family: inherit; font-size: smaller}
49 pre.smallexample {font-size: smaller}
50 pre.smallformat {font-family: inherit; font-size: smaller}
51 pre.smalllisp {font-size: smaller}
52 span.nocodebreak {white-space:nowrap}
53 span.nolinebreak {white-space:nowrap}
54 span.roman {font-family:serif; font-weight:normal}
55 span.sansserif {font-family:sans-serif; font-weight:normal}
56 ul.no-bullet {list-style: none}
57 -->
58 </style>
59
60
61 </head>
62
63 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
64 <a name="Other-Items"></a>
65 <div class="header">
66 <p>
67 Next: <a href="Notes-on-Various-Items.html#Notes-on-Various-Items" accesskey="n" rel="next">Notes on Various Items</a>, Previous: <a href="Important-Items.html#Important-Items" accesskey="p" rel="prev">Important Items</a>, Up: <a href="To-Do.html#To-Do" accesskey="u" rel="up">To Do</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
68 </div>
69 <hr>
70 <a name="Other-Items-1"></a>
71 <h3 class="appendixsec">D.2 Other Items</h3>
72
73 <p>These items all sound like good ideas however I am not sure when I
74 will get to implementing them if ever.  Words in bold indicate how you
75 should refer to the item when discussing it with me or others.
76 </p>
77 <ul>
78 <li> Come up with a plug-in for <code>gEdit</code> the gnome text editor.
79
80 </li><li> Change languages (and thus dictionaries) based on the information in
81 the actual document.
82
83 </li><li> Come up with a mode that will skip words based on the symbols that
84 (almost) always surround the word.  See <a href="Word-skipping-by-context.html#Word-skipping-by-context">Word skipping by context</a>.
85
86 </li><li> Create two <strong>server modes</strong> for Aspell.  One that uses the DICT
87 protocol and one that uses <code>ispell -a</code> method of communication
88 via some arbitrary port.
89
90 </li><li> Come up with <strong>thread safe personal dictionaries</strong>.
91
92 </li><li> Use the <strong>Hidden Markov Model</strong> to base the suggestions on not
93 only the word itself but on the context around the word. See <a href="Hidden-Markov-Model.html#Hidden-Markov-Model">Hidden Markov Model</a>.
94
95 </li><li> Having a way to <strong>email the personal dictionary</strong> and/or
96 replacement list to a particular address either periodically or when
97 it grows to a certain size. See <a href="Email-the-Personal-Dictionary.html#Email-the-Personal-Dictionary">Email the Personal Dictionary</a>.
98 </li></ul>
99
100 <p>The following good ideas were found in the Ispell <samp>WISHES</samp> file
101 so I thought I would pass them on.
102 </p>
103 <ul>
104 <li> Ispell should be smart enough to ignore hyphenation signs, such as the
105 TeX &lsquo;<samp>\-</samp>&rsquo; hyphenation indicator.
106
107 </li><li> (Jeff Edmonds) The personal dictionary should be able to remove
108 certain words from the master dictionary, so that obscure words like
109 &quot;wether&quot; wouldn&rsquo;t mask favorite typos.
110
111 </li><li> (Jeff Edmonds) It would be wonderful if Ispell could correct inserted
112 spaces such as &quot;th e&quot; for &quot;the&quot; or even &quot;can not&quot; for &quot;cannot&quot;.
113
114 </li><li> Since Ispell has dictionaries available to it, it is conceivable that
115 it could automatically determine the language of a particular file by
116 choosing the dictionary that produced the fewest spelling errors on
117 the first few lines.
118 </li></ul>
119
120 <hr>
121 <div class="header">
122 <p>
123 Next: <a href="Notes-on-Various-Items.html#Notes-on-Various-Items" accesskey="n" rel="next">Notes on Various Items</a>, Previous: <a href="Important-Items.html#Important-Items" accesskey="p" rel="prev">Important Items</a>, Up: <a href="To-Do.html#To-Do" accesskey="u" rel="up">To Do</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
124 </div>
125
126
127
128 </body>
129 </html>