An open API service indexing awesome lists of open source software.

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

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'
]