https://github.com/addok/addok-fr
Addok plugin for addresses in French language
https://github.com/addok/addok-fr
addok-plugin
Last synced: about 1 year ago
JSON representation
Addok plugin for addresses in French language
- Host: GitHub
- URL: https://github.com/addok/addok-fr
- Owner: addok
- License: mit
- Created: 2016-01-12T14:43:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T15:26:52.000Z (about 4 years ago)
- Last Synced: 2024-04-23T13:09:39.221Z (about 2 years ago)
- Topics: addok-plugin
- Language: Python
- Size: 22.5 KB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Addok plugin for French support
## Installation
pip install addok-fr
## Configuration
- Add `phonemicize` into PROCESSORS_PYPATHS:
PROCESSORS_PYPATHS = [
…,
'addok_fr.phonemicize'
]