A Python toolkit for working with legal corpora and English datasets.
Project description
getout_of_text3
getout_of_text3 is a Python library for processing legal text data. It provides tools for reading, analyzing, and visualizing legal documents.
AI Disclaimer This project is still in development and may not yet be suitable for production use. The development of this project is heavily reliant on AI CoPilot tools for staging and creating this pypi module. Please use with caution as it's only intended for experimental use cases and provides no warranty of fitness for any particular task.
Installation
You can install getout_of_text3 using pip:
pip install getout-of-text-3
Usage
Here's a quick example of how to use getout_of_text3:
import getout_of_text_3 as got3
from got3 import LegalCorpus
# Initialize the corpus
corpus = LegalCorpus(data_dir="path/to/data")
# List all files in the corpus
files = corpus.list_files()
print(files)
# Read a specific BYU file
df = corpus.read_byu_file("example.csv")
print(df.head())
Features
- Support for various legal text formats (CSV, TSV)
- Easy integration with pandas for data analysis
- Placeholder methods for future text analysis features (KWIC, frequency, concordance)
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 getout_of_text_3-0.1.3.tar.gz.
File metadata
- Download URL: getout_of_text_3-0.1.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f53e7cb845300e179bdd1d45ec03930c18ac5dd00258b07c31a22632afbc7a96
|
|
| MD5 |
05fb9d4e8704564715098ae2b896d702
|
|
| BLAKE2b-256 |
a9bc9849a8ada53b28145cb9b94cafa2a6aecb371d9ad191767d4b434577093f
|
File details
Details for the file getout_of_text_3-0.1.3-py3-none-any.whl.
File metadata
- Download URL: getout_of_text_3-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd4434aa338ca4e1cce27a0f50bfee44c4bcbbdebe66fc67655259ba0a75e327
|
|
| MD5 |
5dd845b23e641c3c437ba307579da51d
|
|
| BLAKE2b-256 |
09fbabc78f022cde934d7e763edeb2ce39e117cdd78959895b8f3364aff9ef1a
|