rustling 0.8.0

A blazingly fast library for computational linguistics
Documentation
1
2
3
4
5
6
7
8
9
10
11
"""Common utilities for Rustling benchmarks."""

from .data import hmm_data, lm_data, load_hkcancor, tagging_data, wordseg_data

__all__ = [
    "hmm_data",
    "lm_data",
    "load_hkcancor",
    "tagging_data",
    "wordseg_data",
]