texttaglib
a Python library for managing and annotating text corpuses in different formats (ELAN, TIG, TTL, et cetera).
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 legacy releases (>= 0.1.1, < 0.2) use embedded chirptext-0.1 and puchikarui-0.1 for supporting 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file texttaglib-0.1.1.tar.gz.
File metadata
- Download URL: texttaglib-0.1.1.tar.gz
- Upload date:
- Size: 75.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10ce1cbf7b0fec2d9a99ad1c69fefccd505f201f5bff63308bf2d5a51bb06812
|
|
| MD5 |
d0b632c7c52ddc7a7cbde996b62dd137
|
|
| BLAKE2b-256 |
47f026b519e80a8dd2ed7d5a0f9ccb365173f5054d6db76cd038a30630457466
|