Skip to main content

state-of-the-art, ready to use software for quotation detection in German texts

Project description

quotect

Python package to perform quotation detection on German texts.

Installation

From PYPI: pip install quotect

From reposiory: pip install -e .

Usage

import json
from quotect import Quotect, QuotectArguments, QuoteInput
args = QuotectArguments(
    model_name_or_path="fynnos/quotect-mt5-base",
    output_dir="/tmp",
    predict_with_generate=True,
    generation_max_length=4096,  # max. 4096
    generation_num_beams=1,
)
q = Quotect(args)
input = QuoteInput(
    name="example",
    tokens=[],
    sentences=[],
    text="Sie sagte gestern: 'Morgen scheint die Sonne!' Jemand anderes erwiderte, dass es bestimmt regnen wird.",
)
print(json.dumps(q.predict(input)))

Citation

Based on the publication Fine-grained quotation detection and attribution in German news articles

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

quotect-1.0.3.tar.gz (31.2 kB view details)

Uploaded Source

File details

Details for the file quotect-1.0.3.tar.gz.

File metadata

  • Download URL: quotect-1.0.3.tar.gz
  • Upload date:
  • Size: 31.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for quotect-1.0.3.tar.gz
Algorithm Hash digest
SHA256 cf88f6b5063e2686cdbb2fe6805d116d8b0ba11aa85d4df5cfc7450ddd8b8473
MD5 844baba0ca70c3bc625abdcc8f6953cb
BLAKE2b-256 8861cc08f3a795eb16d1d25b8882d838762753973771567963a75fb1da6deeee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page