taivutin


Nametaivutin JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummarySuomenkielinen sijataivutin - Case inflector for Finnish
upload_time2023-07-04 12:03:00
maintainer
docs_urlNone
author
requires_python>=3.9
licenseGNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
keywords inflector taivutin finnish suomi sijataivutus case inflection nominit nominals substantiivit nouns
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Taivutin

Tämä kirjasto taivuttaa suomenkielisiä nomineja (substantiivit, adjektiivit, pronominit ja numeraalit; nimisanat, laatusanat, asemosanat ja lukusanat) sijoissa (talo -> talon). Muiden sanaluokkien taivutukseen se ei (ainakaan vielä) paneudu.

Sen peruskäyttö ei vaadi sanaluokkien tai taivutusluokkien tarkkaa tuntemista.

## Asennus

Helpoin tapa asentaa taivutin on PyPin kautta:

```
pip install taivutin
```

Asentaminen onnistuu kuitenkin myös suoraan tämän koodivaraston kautta. Koodivarasto ei ole sellaisenaan käyttökelpoinen, vaan se pitää asentaa. Tämä onnistuu joko ajamallla

```
python3 setup.py install
```

tai asentamalla koodiarkiston ohesta löytyvä [valmiiksi käännetty .whl-paketti](https://version.helsinki.fi/thfr/taivutin/-/jobs/artifacts/main/browse/dist?job=run) komennolla

```
pip install <paketin nimi>.whl
```

Molemmat menetelmät upottavat nykysuomen sanalistan Python-tiedostoon.

## Käyttö

Kirjaston pääasiallinen käyttö tapahtuu Taivutin-olion taivuta-metodin kautta. Taivutin osaa taivuttaa joko mallisanan "talo" tai sijamuodon nimen mukaan.

```python
from taivutin import Taivutin
t = Taivutin()
print(t.taivuta("makaronilaatikko", "talojen")) # 'makaronilaatikkojen'
print(t.taivuta("makaronilaatikko", "mon gen")) # 'makaronilaatikkojen'
```

Näin kutsuttuna taivutin yrittää arvata, miten sanaa kuuluisi taivuttaa. Sen käytöstä voi ohjata seuraavilla avainparametreilla:

* `taivutusluokka`: yksi kotuksen käyttämistä [taivutustyypeistä](https://kaino.kotus.fi/sanat/nykysuomi/taivutustyypit.php) merkkijonona. [Kielitoimiston sanakirja](https://www.kielitoimistonsanakirja.fi/#/) kertoo siitä löytyvälle sanalle taivutusluokan.
* `asteluokka`: yksi kotuksen käyttämistä [astevaihtelutyypeistä](https://kaino.kotus.fi/sanat/nykysuomi/astevaihtelutyypit.php) merkkijonona. [Kielitoimiston sanakirja](https://www.kielitoimistonsanakirja.fi/#/) kertoo siitä löytyvälle sanalle asteluokan.
* `sointu`: joko `'ETU'` tai `'TAKA'` riippuen siitä, halutaanko taivutuksessa etu- vai takavokaalinen vokaalisointu.
* `nimi`: `True`, `False` tai `None` riippuen siitä, halutaanko sanaa taivuttaa erisnimenä vai yleisnimenä. `None` antaa taivuttimen arvata. Tämä on merkitsevää esimerkiksi etunimen Meri tapauksessa: halutaanko sana taivuttaa nimenä Meri - Merin vai yleissanana Meri - Meren.

Esimerkiksi:

```python
t.taivuta("meri", "gen") # meren
t.taivuta("Meri", "gen") # Merin
t.taivuta("Meri", "gen", nimi=False) # Meren
```

### Taivuttimen tuntemat sijat

Taivutin tuntee seuraavat sijat ja käyttää niistä seuraavia lyhennyksiä:

| sijamuoto    | taivuttimen käyttämä lyhennys | esimerkki |
|--------------|-------------------------------|-----------|
| nominatiivi  | nom                           | talo      |
| genetiivi    | gen                           | talon     |
| partitiivi   | part                          | taloa     |
| essiivi      | ess                           | talona    |
| inessiivi    | iness                         | talossa   |
| elatiivi     | elat                          | talosta   |
| illatiivi    | ill                           | taloon    |
| adessiivi    | ade                           | talolla   |
| ablatiivi    | abl                           | talolta   |
| allatiivi    | all                           | talolle   |
| translatiivi | trans                         | taloksi   |
| instruktiivi | ins                           | taloin    |
| abessiivi    | abe                           | talotta   |
| komitatiivi  | kom                           | taloineen |

Vastaavat monikot saa lisäämällä sijan eteen "mon". Esimerkiksi monikon genetiivin saa komennolla `t.taivuta(sana, "mon nom")`.

## Lisenssiasioista

Pähkinänkuoressa: tätä kirjastoa voi käyttää GNU LGPL-lisenssillä. [LGPL lisenssistä lisää](https://choosealicense.com/licenses/lgpl-3.0/) (englanniksi). Voit käyttää kirjastoa kaupalliseen tai ei-kaupalliseen käyttöön vapaasti julkaisematta sovelluksesi koodia. Jos muokkaat kirjaston koodia, sinun tulee julkaista nämä muokkaukset samalla lisenssillä.

Tarkemmin: Itse kirjaston koodi on LPGL-lisensioitua. Lisäksi kirjasto käyttää kolmea valmista kokonaisuutta: Nykysuomen sanalistaa, Kotuksen Etunimien taivutus -aineistoa ja LGPL-lisensioitua taivutustietokomponenttia.

Nykysuomen sanalista löytyy kansiosta `taivutin/nykysuomen-sanalista/`. Kotimaisten kielten keskus levittää Nykysuomen sanalistaa GNU LGPL -, EUPL v.1.1 - ja Creative Commons Nimeä 3.0 Muokkaamaton -kolmoislisensioinnilla. Kolmoislisensiointi tarkoittaa, että käyttö on hyväksyttävää, kunhan se täyttää jonkin lisenssin ehdot. Lisää tietoa löytyy tiedostosta `taivutin/nykysuomen-sanalista/README.md`.

Etunimien taivutus löytyy kansiosta `taivutin/etunimien-taivutus/`. Kotimaisten kielten keskus ilmoitti sähköpostitse asiaa tiedustellessa, että sitä voi käyttää CC-BY 4.0 -lisenssin ehtojen mukaisesti.

Taivutustietokomponentti löytyy kansiosta `taivutin/yhteistaivutus`.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "taivutin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "inflector,taivutin,finnish,suomi,sijataivutus,case inflection,nominit,nominals,substantiivit,nouns",
    "author": "",
    "author_email": "Th\u00e9o Friberg <theo.friberg@helsinki.fi>",
    "download_url": "",
    "platform": null,
    "description": "# Taivutin\n\nT\u00e4m\u00e4 kirjasto taivuttaa suomenkielisi\u00e4 nomineja (substantiivit, adjektiivit, pronominit ja numeraalit; nimisanat, laatusanat, asemosanat ja lukusanat) sijoissa (talo -> talon). Muiden sanaluokkien taivutukseen se ei (ainakaan viel\u00e4) paneudu.\n\nSen perusk\u00e4ytt\u00f6 ei vaadi sanaluokkien tai taivutusluokkien tarkkaa tuntemista.\n\n## Asennus\n\nHelpoin tapa asentaa taivutin on PyPin kautta:\n\n```\npip install taivutin\n```\n\nAsentaminen onnistuu kuitenkin my\u00f6s suoraan t\u00e4m\u00e4n koodivaraston kautta. Koodivarasto ei ole sellaisenaan k\u00e4ytt\u00f6kelpoinen, vaan se pit\u00e4\u00e4 asentaa. T\u00e4m\u00e4 onnistuu joko ajamallla\n\n```\npython3 setup.py install\n```\n\ntai asentamalla koodiarkiston ohesta l\u00f6ytyv\u00e4 [valmiiksi k\u00e4\u00e4nnetty .whl-paketti](https://version.helsinki.fi/thfr/taivutin/-/jobs/artifacts/main/browse/dist?job=run) komennolla\n\n```\npip install <paketin nimi>.whl\n```\n\nMolemmat menetelm\u00e4t upottavat nykysuomen sanalistan Python-tiedostoon.\n\n## K\u00e4ytt\u00f6\n\nKirjaston p\u00e4\u00e4asiallinen k\u00e4ytt\u00f6 tapahtuu Taivutin-olion taivuta-metodin kautta. Taivutin osaa taivuttaa joko mallisanan \"talo\" tai sijamuodon nimen mukaan.\n\n```python\nfrom taivutin import Taivutin\nt = Taivutin()\nprint(t.taivuta(\"makaronilaatikko\", \"talojen\")) # 'makaronilaatikkojen'\nprint(t.taivuta(\"makaronilaatikko\", \"mon gen\")) # 'makaronilaatikkojen'\n```\n\nN\u00e4in kutsuttuna taivutin yritt\u00e4\u00e4 arvata, miten sanaa kuuluisi taivuttaa. Sen k\u00e4yt\u00f6st\u00e4 voi ohjata seuraavilla avainparametreilla:\n\n* `taivutusluokka`: yksi kotuksen k\u00e4ytt\u00e4mist\u00e4 [taivutustyypeist\u00e4](https://kaino.kotus.fi/sanat/nykysuomi/taivutustyypit.php) merkkijonona. [Kielitoimiston sanakirja](https://www.kielitoimistonsanakirja.fi/#/) kertoo siit\u00e4 l\u00f6ytyv\u00e4lle sanalle taivutusluokan.\n* `asteluokka`: yksi kotuksen k\u00e4ytt\u00e4mist\u00e4 [astevaihtelutyypeist\u00e4](https://kaino.kotus.fi/sanat/nykysuomi/astevaihtelutyypit.php) merkkijonona. [Kielitoimiston sanakirja](https://www.kielitoimistonsanakirja.fi/#/) kertoo siit\u00e4 l\u00f6ytyv\u00e4lle sanalle asteluokan.\n* `sointu`: joko `'ETU'` tai `'TAKA'` riippuen siit\u00e4, halutaanko taivutuksessa etu- vai takavokaalinen vokaalisointu.\n* `nimi`: `True`, `False` tai `None` riippuen siit\u00e4, halutaanko sanaa taivuttaa erisnimen\u00e4 vai yleisnimen\u00e4. `None` antaa taivuttimen arvata. T\u00e4m\u00e4 on merkitsev\u00e4\u00e4 esimerkiksi etunimen Meri tapauksessa: halutaanko sana taivuttaa nimen\u00e4 Meri - Merin vai yleissanana Meri - Meren.\n\nEsimerkiksi:\n\n```python\nt.taivuta(\"meri\", \"gen\") # meren\nt.taivuta(\"Meri\", \"gen\") # Merin\nt.taivuta(\"Meri\", \"gen\", nimi=False) # Meren\n```\n\n### Taivuttimen tuntemat sijat\n\nTaivutin tuntee seuraavat sijat ja k\u00e4ytt\u00e4\u00e4 niist\u00e4 seuraavia lyhennyksi\u00e4:\n\n| sijamuoto    | taivuttimen k\u00e4ytt\u00e4m\u00e4 lyhennys | esimerkki |\n|--------------|-------------------------------|-----------|\n| nominatiivi  | nom                           | talo      |\n| genetiivi    | gen                           | talon     |\n| partitiivi   | part                          | taloa     |\n| essiivi      | ess                           | talona    |\n| inessiivi    | iness                         | talossa   |\n| elatiivi     | elat                          | talosta   |\n| illatiivi    | ill                           | taloon    |\n| adessiivi    | ade                           | talolla   |\n| ablatiivi    | abl                           | talolta   |\n| allatiivi    | all                           | talolle   |\n| translatiivi | trans                         | taloksi   |\n| instruktiivi | ins                           | taloin    |\n| abessiivi    | abe                           | talotta   |\n| komitatiivi  | kom                           | taloineen |\n\nVastaavat monikot saa lis\u00e4\u00e4m\u00e4ll\u00e4 sijan eteen \"mon\". Esimerkiksi monikon genetiivin saa komennolla `t.taivuta(sana, \"mon nom\")`.\n\n## Lisenssiasioista\n\nP\u00e4hkin\u00e4nkuoressa: t\u00e4t\u00e4 kirjastoa voi k\u00e4ytt\u00e4\u00e4 GNU LGPL-lisenssill\u00e4. [LGPL lisenssist\u00e4 lis\u00e4\u00e4](https://choosealicense.com/licenses/lgpl-3.0/) (englanniksi). Voit k\u00e4ytt\u00e4\u00e4 kirjastoa kaupalliseen tai ei-kaupalliseen k\u00e4ytt\u00f6\u00f6n vapaasti julkaisematta sovelluksesi koodia. Jos muokkaat kirjaston koodia, sinun tulee julkaista n\u00e4m\u00e4 muokkaukset samalla lisenssill\u00e4.\n\nTarkemmin: Itse kirjaston koodi on LPGL-lisensioitua. Lis\u00e4ksi kirjasto k\u00e4ytt\u00e4\u00e4 kolmea valmista kokonaisuutta: Nykysuomen sanalistaa, Kotuksen Etunimien taivutus -aineistoa ja LGPL-lisensioitua taivutustietokomponenttia.\n\nNykysuomen sanalista l\u00f6ytyy kansiosta `taivutin/nykysuomen-sanalista/`. Kotimaisten kielten keskus levitt\u00e4\u00e4 Nykysuomen sanalistaa GNU LGPL -, EUPL v.1.1 - ja Creative Commons Nime\u00e4 3.0 Muokkaamaton -kolmoislisensioinnilla. Kolmoislisensiointi tarkoittaa, ett\u00e4 k\u00e4ytt\u00f6 on hyv\u00e4ksytt\u00e4v\u00e4\u00e4, kunhan se t\u00e4ytt\u00e4\u00e4 jonkin lisenssin ehdot. Lis\u00e4\u00e4 tietoa l\u00f6ytyy tiedostosta `taivutin/nykysuomen-sanalista/README.md`.\n\nEtunimien taivutus l\u00f6ytyy kansiosta `taivutin/etunimien-taivutus/`. Kotimaisten kielten keskus ilmoitti s\u00e4hk\u00f6postitse asiaa tiedustellessa, ett\u00e4 sit\u00e4 voi k\u00e4ytt\u00e4\u00e4 CC-BY 4.0 -lisenssin ehtojen mukaisesti.\n\nTaivutustietokomponentti l\u00f6ytyy kansiosta `taivutin/yhteistaivutus`.\n",
    "bugtrack_url": null,
    "license": "GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007  Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.   This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.  0. Additional Definitions.  As used herein, \"this License\" refers to version 3 of the GNU Lesser General Public License, and the \"GNU GPL\" refers to version 3 of the GNU General Public License.  \"The Library\" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.  An \"Application\" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.  A \"Combined Work\" is a work produced by combining or linking an Application with the Library.  The particular version of the Library with which the Combined Work was made is also called the \"Linked Version\".  The \"Minimal Corresponding Source\" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.  The \"Corresponding Application Code\" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.  1. Exception to Section 3 of the GNU GPL.  You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.  2. Conveying Modified Versions.  If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:  a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or  b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.  3. Object Code Incorporating Material from Library Header Files.  The object code form of an Application may incorporate material from a header file that is part of the Library.  You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:  a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.  b) Accompany the object code with a copy of the GNU GPL and this license document.  4. Combined Works.  You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:  a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.  b) Accompany the Combined Work with a copy of the GNU GPL and this license document.  c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.  d) Do one of the following:  0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.  1) Use a suitable shared library mechanism for linking with the Library.  A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.  e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)  5. Combined Libraries.  You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:  a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.  b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.  6. Revised Versions of the GNU Lesser General Public License.  The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.  Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License \"or any later version\" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.  If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. ",
    "summary": "Suomenkielinen sijataivutin - Case inflector for Finnish",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://version.helsinki.fi/thfr/taivutin"
    },
    "split_keywords": [
        "inflector",
        "taivutin",
        "finnish",
        "suomi",
        "sijataivutus",
        "case inflection",
        "nominit",
        "nominals",
        "substantiivit",
        "nouns"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96cf0cf027aaf670bcfea9de7b6326b93072b20315907f59d4f032f77ca87c14",
                "md5": "cb530010c06909b0c6716f8877d96f56",
                "sha256": "125eea343f5aa73f7ef14a4eeb8b2b2f659c7d6f6dc671da567979485eeed9b3"
            },
            "downloads": -1,
            "filename": "taivutin-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb530010c06909b0c6716f8877d96f56",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 546179,
            "upload_time": "2023-07-04T12:03:00",
            "upload_time_iso_8601": "2023-07-04T12:03:00.415604Z",
            "url": "https://files.pythonhosted.org/packages/96/cf/0cf027aaf670bcfea9de7b6326b93072b20315907f59d4f032f77ca87c14/taivutin-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-04 12:03:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "taivutin"
}
        
Elapsed time: 0.07618s