aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..19b4f86
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Proofreading
+
+Run `make spellcheck-words` to run hunspell over the document. It will read
+[`dict`](./dict) as the personal dictionary and output any misspelled words into
+[`spellcheck-words`](./spellcheck-words).
+
+The book is written in a much older Norwegian that what the dictionary contains
+so there are many misidentifications.
+
+Process:
+
+For each word in `spellcheck-words`:
+
+* Check if the word is in the original PDF. If so, add it to the dictionary.
+ This happends when the word is just too old.
+* Check with manual spellcheck with `make spellcheck`. This is more tedious as
+ it runs through the entire document from the beginning.