Skip to main content

LociSimiles is a Python package for finding intertextual links in Latin literature using pre-trained language models.

Project description

Loci Similes

LociSimiles is a Python package for finding intertextual links in Latin literature using pre-trained language models.

Basic Usage

# Load example query and source documents
query_doc = Document("../data/hieronymus_samples.csv")
source_doc = Document("../data/vergil_samples.csv")

# Load the pipeline with pre-trained models
pipeline = ClassificationPipelineWithCandidategeneration(
    classification_name="...",
    embedding_model_name="...",
    device="cpu",
)

# Run the pipeline with the query and source documents
results = pipeline.run(
    query=query_doc,    # Query document
    source=source_doc,  # Source document
    top_k=3             # Number of top similar candidates to classify
)

pretty_print(results)

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

locisimiles-0.1.3.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

locisimiles-0.1.3-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file locisimiles-0.1.3.tar.gz.

File metadata

  • Download URL: locisimiles-0.1.3.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.3 Darwin/24.6.0

File hashes

Hashes for locisimiles-0.1.3.tar.gz
Algorithm Hash digest
SHA256 21324e3944fc6d0de3210b9a78d42266b0f19d50295bbaf7b8c6b7f9d409e8ad
MD5 2c1bd996036f194ce8fe85bb7c1ae644
BLAKE2b-256 5a0b4fa6577ae731281387fbac984dfd563dec728cfbb6fc3a9cfa993d7af55a

See more details on using hashes here.

File details

Details for the file locisimiles-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: locisimiles-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.3 Darwin/24.6.0

File hashes

Hashes for locisimiles-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 714e636c07ce379dae2711578130edb986380c4df9634a2177fa0a516438c276
MD5 0dbbb1e956431c175477cc1e3645fe81
BLAKE2b-256 7d96ca4d224c2fa8501750bcbfa60f6d80690bebfaf50ccb0998debeadd62bce

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