Skip to main content

Accessing and processing data from the DFG-funded SPP Computational Literary Studies

Project description

Python code for working with the data of the DFG-funded SPP Computational Literary Studies.

  • sppcls.py: the sppcls Python module to access the data:

    from sppcls import sppcls
    df = sppcls.load_df(work="test", projects=["project"])
    print(df.describe())
    

    install it using pip install sppcls.

Installation

Setup an virtual environment, if necessary:

python3 -m venv env
source env/bin/activate

Install dependencies:

pip install -r requirements.txt
python -m spacy download de_core_news_lg

tokenise.py

TODO: fix character offset to be byte instead

check.py

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

sppcls-0.0.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

sppcls-0.0.3-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

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