Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Words is a standard file on Unix and Unix-like operating systems, and is simply a newline-delimited list of dictionary words. It is used by Vim and spell-checking programs. The words file is usually stored in /usr/share/dict/words or /usr/dict/words. If the words file is missing, you might encounter the following error message (when using Vim).

error

A simple way to fix the issue (on Debian-series of Linux distributions) is to install the wamerican package.

:::bash
wajig install wamerican