home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-Win98-8.7.3.exe / _SETUP.1 / spell_checking.html < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-11  |  5.5 KB  |  133 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <meta name="GENERATOR" content="amaya 5.2" />
  9.   <title>Spell Checking</title>
  10.   <style type="text/css"></style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" width="100%" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p align="right"> 
  22.         <a href="../SpellChecking.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a> 
  23.         </p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="page_body">
  30. <h1>Spell Checking</h1>
  31.  
  32. <p>Amaya provides a multilingual spell checker, and selects the appropriate
  33. language according to the <code>LANG</code> attribute. The <code>LANG</code>
  34. attribute can be associated with any element in a document, even with a
  35. single word, by choosing <strong>Language</strong> from the
  36. <strong>Attributes</strong> menu.</p>
  37.  
  38. <p>To spell check a document, choose <strong>Spell Check</strong> from the
  39. <strong>Edit</strong> menu.</p>
  40.  
  41. <h2>The Personal Dictionary</h2>
  42.  
  43. <p>When you register a new word, the spell checker creates or updates the
  44. <b>user's personal dictionary</b>. A user's personal dictionary is located in
  45. the <code>AmayaHome/dictionary.DCT</code> file. In read-write mode, the spell
  46. checker employs the user dictionary when reviewing all documents, in addition
  47. to the language-specific dictionary. When you click the <strong>Skip
  48. (+dic)</strong> and <strong>Replace (+dic)</strong> buttons in the
  49. <strong>Spell Checking</strong> dialog, the user dictionary is created and
  50. automatically updated by the spelling checker.</p>
  51.  
  52. <h2>The Spell Check Dialog</h2>
  53.  
  54. <p>The <strong>Spell Check</strong> option on the <strong>Edit</strong> menu
  55. displays a dialog that enables you to choose parameters and interact with the
  56. spell checker. These parameters are defined below.</p>
  57. <ul>
  58.   <li><strong>Number of proposals</strong> field defines the maximum number
  59.     of proposed corrections: any value between 1 and 10, the default value is
  60.     3. When an error is detected, any change made to this value immediately
  61.     displays a new list of corrections.
  62.     <p></p>
  63.   </li>
  64.   <li>The <strong>Ignore</strong> section tells the spell checker to ignore
  65.     certain words, for example, words that contain capital letters, digits,
  66.     Roman numerals or special characters.
  67.     <p></p>
  68.   </li>
  69.   <li>The <strong>Checking</strong> section, similar to that in the Search
  70.     dialog, enables you to specify the part of document on which the checker
  71.     will work.
  72.     <p></p>
  73.   </li>
  74.   <li>The <strong>Spell Checking</strong> field displays incorrect words. The
  75.     list of proposed corrections is displayed in the selector field located
  76.     below the incorrect word. By default, Amaya selects the first proposed
  77.     correction. To select another correction, simply click it. The selected
  78.     correction is displayed below the selector field. This correction can be
  79.     directly edited on the form. The correction is made when you click the
  80.     <strong>Replace and next</strong> or <strong>Replace (+dic)</strong>
  81.     buttons.
  82.     <p></p>
  83.   </li>
  84.   <li>The <strong>language</strong> in which the correction is made is
  85.     specified in the top left corner of the form. To change the language,
  86.     apply a Language attribute to the text with the
  87.     <strong>Attributes</strong> menu, and restart the spell-check
  88.   procedure.</li>
  89. </ul>
  90.  
  91. <h2>Running the Spell Checker</h2>
  92.  
  93. <p>To start the checker, click the <strong>Search/Skip</strong> button at the
  94. bottom of the form. If an error is found, the incorrect word is selected and
  95. highlighted in the document. If no error was detected, Amaya displays the
  96. <b>Not found</b> message in the bottom right corner of the form.</p>
  97.  
  98. <p>When an incorrect word is detected, you can use a button on the form to
  99. perform the following operations:</p>
  100. <ul>
  101.   <li><strong>Done</strong>: Amaya closes the form and stops spell checking.
  102.     Previous corrections are not canceled.
  103.     <p></p>
  104.   </li>
  105.   <li><strong>Search/Skip</strong>: Amaya considers the incorrect word as
  106.     acceptable. No change is made in the text or in the dictionaries. The
  107.     checker searches for the next error.
  108.     <p></p>
  109.   </li>
  110.   <li><strong>Skip+Next</strong>: Amaya considers the incorrect word as
  111.     acceptable, and the checker moves on to the next word.
  112.     <p></p>
  113.   </li>
  114.   <li><strong>Skip (+dic)</strong>: Performs the same action as the
  115.     <strong>Skip+Next</strong> button, except that the word considered
  116.     incorrect is added to the  document dictionary, and the checker will
  117.     ignore any subsequent occurrence of this word.
  118.     <p></p>
  119.   </li>
  120.   <li><strong>Replace and Next</strong>: Amaya replaces the incorrect word
  121.     with the correct word (optionally edited by the user) and the checker
  122.     searches for the next error.
  123.     <p></p>
  124.   </li>
  125.   <li><strong>Replace (+dic):</strong> Performs the same action as the
  126.     <strong>Replace and Next</strong> button, except that the replacement
  127.     word is added to the document dictionary.</li>
  128. </ul>
  129. </div>
  130.  
  131. </body>
  132. </html>
  133.