Analysieren und Umformen deutscher Wörter und Sätze
Project description
Diese Bibliothek ermöglicht das Analysieren und Umformen deutscher Wörter und Sätze.
Features
- Importieren von CSV Wörterbuchdatein
- Durchsuchen von Wörterbüchern
- Konjugieren von Verben
- Umstellen einer Frage zu einer Antwort (z.B. "Wer bist du" zu "Ich weiß nicht, wer ich bin")
Den Quellcode auf Github ansehen.
Beispiel
import gmrde
w = gmrde.Woerterbuch()
frage = "Wer bin ich"
antwort = gmrde.umformen.frageZuAntwort(w, frage, case=False)
print(antwort) # "Ich weiß nicht, wer du bist."
verb = w.konjugiere("sein", "SIN:1", "PRÄ") # 1. Person Singular Präsens
print(verb) # "bin"
verb = w.konjugiere("können", "PLU:2", "PRT") # 2. Person Plural Präteritum
print(verb) # "konntet"
Lizenzen
Dieses Paket enthält den Datensatz gmrde/data/german.csv sowie Programmcode. Der Datensatz ist mit Creative Commons Attribution-ShareAlike 4.0 International lizenziert. Die genauen Lizenzbedingungen zum Datensatz befinden sich in gmrde/data/LICENSE. Der Programmcode steht unter der GNU Lesser General Public Licence Version 2.1, die genauen Lizenzbedingungen des Codes befinden sich in gmrde/LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gmrde-0.1.0.tar.gz.
File metadata
- Download URL: gmrde-0.1.0.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06564354db981a4cee20f896b403f8b35e25553939fd42b576173cb2211bd90d
|
|
| MD5 |
f4a26f1273a12dcb4ec9679cc8514415
|
|
| BLAKE2b-256 |
4bbb490a28e196b1073315c30eb346cac5e9dada6245cce5a3fab8d9c0542603
|
File details
Details for the file gmrde-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gmrde-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6631d9d5e5cfbbe13736a6407473ba2bc6a5e6a895af2ee3ac023db61f7d0a53
|
|
| MD5 |
d76db653139ae3999f637e8f363e1c0d
|
|
| BLAKE2b-256 |
468a228a16d93ed14cc6d4c2f1ae93288eb960ab964cf60d8c9d13410317c093
|