Figurenerkennung for German literary texts.
Project description
Figurenerkennung for German literary texts
An important step in the quantitative analysis of narrative texts is the automatic recognition of references to figures, a special case of the generic NLP problem of Named Entity Recognition (NER).
Usually NER models are not designed for literary texts resulting in poor recall. This easy-to-use package is the continuation of the work of Jannidis et al. using techniques from the field of Deep Learning.
Installation
$ pip install figur
Example
>>> import figur
>>> text = "Der Gärtner entfernte sich eilig, und Eduard folgte bald."
>>> figur.tag(text)
SentenceId Token Tag
0 0 Der _
1 0 Gärtner AppTdfW
2 0 entfernte _
3 0 sich Pron
4 0 eilig, _
5 0 und _
6 0 Eduard Core
7 0 folgte _
8 0 bald. _
Figurenerkennung statistics
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
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 figur-0.0.3.tar.gz.
File metadata
- Download URL: figur-0.0.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53a3ee5339150f46590e02974984681a2c6d3e49fa8b01e4a11fa8518a845906
|
|
| MD5 |
afd233378b8ab0f53a7517a501f3f29c
|
|
| BLAKE2b-256 |
c1ed43210a33f6217e127ecf0abae40b1e055dc9272375735381bff512752f9a
|
File details
Details for the file figur-0.0.3-py3-none-any.whl.
File metadata
- Download URL: figur-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa7d447e7dcc2cad37714dff89b512a9693898652e3189279e6715fe7068d282
|
|
| MD5 |
9bfac626948348ce67e8e27d58c5db9f
|
|
| BLAKE2b-256 |
a95501374d444a585e6b10859719b850135b0af41fcca2488028961b1f824c2a
|