summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2022-05-05 14:02:24 +0100
committerReuben Thomas <rrt@sc3d.org>2022-05-05 17:07:40 +0100
commit00508d3af0948a7bc4346828b92440ea5759f9fd (patch)
tree116497ac2205eae627f089c767996909e1847071
parent55830cf9fe6922fcc1223e011c830961deb15286 (diff)
downloadenchant-00508d3af0948a7bc4346828b92440ea5759f9fd.tar.gz
README: document the personal word list format (fix #307)
-rw-r--r--README21
1 files changed, 14 insertions, 7 deletions
diff --git a/README b/README
index ba474a2..2c6df24 100644
--- a/README
+++ b/README
@@ -40,17 +40,24 @@ instructions.
Developers or others wishing to install from a git repository, see HACKING.
+Personal word lists
+-------------------
+
+Personal word lists are simple plain text files with one word per line.
+Lines starting with a hash sign (#) are ignored.
+
+
Sharing personal word lists between spell-checkers
--------------------------------------------------
It is possible, and usually safe, to share Enchant’s personal word lists
-with other spelling checkers that use the same format (a simple plain text
-file with one word per line). The spell-checkers known to be compatible are
-Hunspell, Nuspell and Ispell. (Although Enchant does not support Ispell as a
-back-end, it’s still fine to share word lists with it.) Other spell-checkers
-supported by Enchant are either incompatible, or have no personal word list
-mechanism. There may well be yet other spell-checkers, unknown to Enchant,
-that use the same format.
+with other spelling checkers that use the same format (note that other
+spell-checkers may not support comments!). The spell-checkers known to be
+compatible are Hunspell, Nuspell and Ispell. (Although Enchant does not
+support Ispell as a back-end, it’s still fine to share word lists with it.)
+Other spell-checkers supported by Enchant are either incompatible, or have
+no personal word list mechanism. There may well be yet other spell-checkers,
+unknown to Enchant, that use the same format.
Some applications use Hunspell or Nuspell, but store the personal word list
under another name or in another location. Firefox is one example. Firefox