Skip to main content

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.2.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

inflecteur-0.1.2-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file inflecteur-0.1.2.tar.gz.

File metadata

  • Download URL: inflecteur-0.1.2.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

Hashes for inflecteur-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d2e1a146a1c5a87f2cef564975f4c70bbe7d17fb6186eb35f1b0befa48e9e588
MD5 fffa9a18a572ceeb1795ca748fca2004
BLAKE2b-256 8327ece0f00468da6da01e08e085bad6a849cde3bceb30277493027810329a61

See more details on using hashes here.

File details

Details for the file inflecteur-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: inflecteur-0.1.2-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

Hashes for inflecteur-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e56681d778eb13446486ce936a8f49beaa8f42983cd0dac4572bb832d5ea7ea1
MD5 498d5396c0ac8ea006e938339abe68fe
BLAKE2b-256 c59c7421938cdb0fd0c132d1d6ea3d3363780ea6d70a24ed54f67f4060420d08

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page