Skip to main content

Python library for managing and annotating textual corpus using TextTagLib (TTL) format

Project description

texttaglib

a Python library for managing and annotating text corpuses in different formats.

ReadTheDocs Badge Total alerts Language grade: Python

Warning

⚠️ texttaglib package is now in maintenance mode for supporting legacy software only. All new development will be moved to speach library.

Migration from texttaglib to speach should be trivial

# just change import statements from something like
from texttaglib import elan
# to 
from speach import elan

Installation

# change
pip install texttaglib 
# into
pip install speach

For more information, please visit: https://github.com/neocl/speach

Legacy

texttaglib >= 0.1.1 will use embedded chirptext (based on version 0.1.x) and puchikarui (version 0.1.x) instead of latest packages to support legacy APIs.

Here is the sample code:

from texttaglib import ttl
from texttaglib.chirptext import chio
from texttaglib.chirptext import deko
from texttaglib.puchikarui import Schema

Legacy documentation: https://texttaglib.readthedocs.io

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

texttaglib-0.1.1a4.tar.gz (75.8 kB view hashes)

Uploaded Source

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