ELFEN - Efficient Linguistic Feature Extraction for Natural Language Datasets
Project description
ELFEN - Efficient Linguistic Feature Extraction for Natural Language Datasets
This Python package provides efficient linguistic feature extraction for text datasets (i.e. datasets with N text instances, in a tabular structure).
For further information, check the GitHub repository and the documentation
Using spacy models
If you want to use the spacy backbone, you will need to download the respective model, e.g. "en_core_web_sm":
python -m spacy download en_core_web_sm
Usage of third-party resources usable in this package
For the full functionality, some external resources are necessary. While most of them are downloaded and located automatically, some have to be loaded manually.
WordNet features
To use wordnet features, download open multilingual wordnet using:
python -m wn download omw:1.4
Note that for some languages, you will need to install another wordnet collection. For example, for German, you can use the following command:
python -m wn download odenet:1.4
For more information on the available wordnet collections, consult the wn package documentation.
Lexicons
The extraction of psycholinguistic, emotion/lexicon and semantic features relies on third-party resources such as lexicons. Please refer to the original author's licenses and conditions for usage, and cite them if you use the resources through this package in your analyses.
For an overview which features use which resource, and how to export all third-party resource references in a bibtex string, consult the documentation.
Multiprocessing and limiting the numbers of cores used
The underlying dataframe library, polars, uses all available cores by default.
If you are working on a shared server, you may want to consider limiting the resources available to polars.
To do that, you will have to set the POLARS_MAX_THREADS variable in your shell, e.g.:
export POLARS_MAX_THREADS=8
Acknowledgements
While all feature extraction functions in this package are written from scratch, the choice of features in the readability and lexical richness feature areas (partially) follows the readability and lexicalrichness Python packages.
We use the wn Python package to extract Open Multilingual Wordnet synsets.
Citation
If you use this package in your work, for now, please cite
@misc{maurer-2025-elfen,
author = {Maurer, Maximilian},
title = {ELFEN - Efficient Linguistic Feature Extraction for Natural Language Datasets},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/mmmaurer/elfen}},
}
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 elfen-1.2.4.tar.gz.
File metadata
- Download URL: elfen-1.2.4.tar.gz
- Upload date:
- Size: 53.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3702720d992d6243cf3b496b7dacba42302cf13f1374f05a16e2c6b03ebdda86
|
|
| MD5 |
f814aae5b8b7342bf402b9631ed6c444
|
|
| BLAKE2b-256 |
f8609dace77d7f15b01add28cb7a02b968a4eb481b13a6d2babe4e423228a7d4
|
File details
Details for the file elfen-1.2.4-py3-none-any.whl.
File metadata
- Download URL: elfen-1.2.4-py3-none-any.whl
- Upload date:
- Size: 58.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
202c838420e4815abb1b38448668f1ca8564eea07bca3aa0ca5f8078ecf6dcd4
|
|
| MD5 |
6fabcb8b39444fa5f3f9130e4646a3c7
|
|
| BLAKE2b-256 |
342eb7fe249cf1b811e190cf820bf9e156b5eafd8467bf2150d562cd01d85188
|