From 2f0a782d20dc4d0dc4da13ebd62a2f1c808ff71b Mon Sep 17 00:00:00 2001 From: wassname Date: Fri, 25 Apr 2014 23:38:25 +1200 Subject: [PATCH] Readme --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 53ec4aa..c9d791d 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,33 @@ join-dic-hunspell ================= Join dic files to make a dic file for hunspell + +USAGE: join_dicts.py [options] ... + + + +DESCRIPTION + +Join dic files and wordlists to make a dic file for hunspell. This can be used +in texstudio and other programs. This repository includes some technical word +lists for testing. Also a generic .aff file to go with the produced .dic file. + + + +ARGS: + +-d dictionaries to combine + + + +EXAMPLE: python join_dicts.py -d en_GB_geo.dic en_NZ_geo_oil_maori.dic + + + +VERSION + + + +1 + +Copyright (c) Michael Clark