Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cmboulanger
/
tei-annotator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tei-annotator
/
tei_annotator
/
chunking
/
__init__.py
cmboulanger
full implementation
37eaffd
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
74 Bytes
from
.chunker
import
Chunk, chunk_text
__all__ = [
"Chunk"
,
"chunk_text"
]