[docs] Adding a few notes about language dictionaries in the main README and fixing headings in the language dictionaries' README

This commit is contained in:
Al
2016-03-09 11:01:06 -05:00
parent 0a15cc8496
commit 019b9e268e
2 changed files with 3 additions and 4 deletions

View File

@@ -269,7 +269,7 @@ And replace $YOUR_DATA_DIR with whatever you passed to configure during install.
Language dictionaries
---------------------
See [resources/dictionaries](https://github.com/openvenues/libpostal/tree/master/resources/dictionaries)
libpostal contains a number of per-language dictionaries that influence expansion, the language classifier, and the parser. To explore the dictionaries or contribute abbreviations/phrases in your language, see [resources/dictionaries](https://github.com/openvenues/libpostal/tree/master/resources/dictionaries).
Features
--------

View File

@@ -1,6 +1,5 @@
Language dictionaries
---------------------
=====================
It's easy to add new languages/synonyms to libpostal by modifying a few text
files. The format of each dictionary file roughly resembles a
@@ -66,7 +65,7 @@ Most of the dictionaries have been derived using the following process:
6. Augment by researching addresses in countries speaking language x
Contributing
============
------------
If you're a native speaker of one or more languages in libpostal, we'd love your contribution! It's as simple as editing the text files under this directory and submitting a pull request. Dictionaries are organized by [language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes), so feel free to find any language you speak and start editing! If you don't see your language, just add a directory - there's no additional configuration needed.