python inflector for French language : control gender, tense and number
Project description
inflecteur
inflecteur is a python inflector for french language based on the DELA dictionary
Installation :
$ pip install inflecteur
How to inflect ?
In [1]: from inflecteur import inflecteur
In [2]: inflecteur = inflecteur()
In [3]: inflecteur.load_dict()
Control tense :
In [4]: inflecteur.inflect_sentence("Elle boit un café et mange un croissant.", tense='Futur')
'Elle boira un café et mangera un croissant .'
In [5]: inflecteur.inflect_sentence("Elle boit un café et mange un croissant.", tense='Passé simple')
'Elle but un café et mangea un croissant .'
Control gender :
In [6]: inflecteur.inflect_sentence("Elle boit un café et mange un croissant.", gender='m')
'Il boit un café et mange un croissant .'
Control number :
In [7]: inflecteur.inflect_sentence("Elle boit un café et mange un croissant.", number='p')
'Elles boivent des cafés et mangent des croissants .'
Get word forms :
In [8]: inflecteur.get_word_form('pris')
lemma | gram | forme | gender | number | tense | person | |
---|---|---|---|---|---|---|---|
0 | prendre | Verbe | Kms | M | singular | Passé composé | |
1 | prendre | Verbe | Kmp | M | plural | Passé composé | |
2 | prendre | Verbe | J1s | singular | Passé simple | Je | |
3 | prendre | Verbe | J2s | singular | Passé simple | Tu | |
4 | prendre | Verbe | Kms | M | singular | Passé composé | |
5 | prendre | Verbe | J1s | singular | Passé simple | Je | |
6 | prendre | Verbe | J2s | singular | Passé simple | Tu | |
7 | pris | Adjectif | ms | M | singular | ||
8 | pris | Adjectif | mp | M | plural |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
inflecteur-0.1.1.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file inflecteur-0.1.1.tar.gz
.
File metadata
- Download URL: inflecteur-0.1.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d8535d34f5c9bd936dba198cbad1a24b2ee2fc8f4d90441e3b160c9b423de79 |
|
MD5 | 6bb2c4ba760280e47c69c86e0290e727 |
|
BLAKE2b-256 | 4556c8e6ba82da2c2c1c5ec0d357d61212f94573af750e3d0f9d15513982fb5b |
File details
Details for the file inflecteur-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: inflecteur-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 271208cc87dfc4da3049f9b4d090efc9a2068f3d9e1e176a00bd537cddafa2b6 |
|
MD5 | 3e2d22a6f779a50f5ef349286505f672 |
|
BLAKE2b-256 | 742fe099d10e2ee0ea6a21cd2a51682486c6c7d0e53ca40a44b814082a5106d0 |