LICENSE
README.md
pyproject.toml
jurebes/__init__.py
jurebes/baselines.py
jurebes/cli.py
jurebes/core.py
jurebes/featurizers.py
jurebes/opm.py
jurebes/version.py
jurebes.egg-info/PKG-INFO
jurebes.egg-info/SOURCES.txt
jurebes.egg-info/dependency_links.txt
jurebes.egg-info/entry_points.txt
jurebes.egg-info/requires.txt
jurebes.egg-info/top_level.txt
jurebes/active_learning/__init__.py
jurebes/benchmark/__init__.py
jurebes/benchmark/calibration.py
jurebes/benchmark/harness.py
jurebes/benchmark/metrics.py
jurebes/benchmark/plot.py
jurebes/benchmark/report.py
jurebes/benchmark/scoring.py
jurebes/benchmark/slots.py
jurebes/benchmark/stats.py
jurebes/datasets/__init__.py
jurebes/datasets/csv.py
jurebes/datasets/expansion.py
jurebes/datasets/huggingface.py
jurebes/datasets/jsonl.py
jurebes/datasets/ovos.py
jurebes/datasets/canonical/__init__.py
jurebes/datasets/canonical/atis.py
jurebes/datasets/canonical/banking77.py
jurebes/datasets/canonical/clinc.py
jurebes/datasets/canonical/hwu64.py
jurebes/datasets/canonical/intents_for_eval.py
jurebes/datasets/canonical/massive.py
jurebes/datasets/canonical/massive_templates.py
jurebes/datasets/canonical/snips.py
jurebes/search/__init__.py
jurebes/search/api.py
jurebes/search/bayes.py
jurebes/search/genetic.py
jurebes/search/grid.py
jurebes/search/random.py
jurebes/search/spaces.py
jurebes/semi_supervised/__init__.py
jurebes/semi_supervised/co_training.py
jurebes/semi_supervised/label_propagation.py
jurebes/semi_supervised/pseudo_label.py
jurebes/semi_supervised/self_training.py
jurebes/slots/__init__.py
jurebes/slots/crf.py
jurebes/slots/dictionary.py
jurebes/slots/features.py
jurebes/slots/hybrid.py
jurebes/slots/iob.py
jurebes/slots/knn.py
jurebes/slots/registry.py
jurebes/slots/template.py
test/test_active_learning.py
test/test_baselines.py
test/test_benchmark.py
test/test_bracket_expansion_core.py
test/test_calibration.py
test/test_cli.py
test/test_core.py
test/test_datasets.py
test/test_expansion.py
test/test_featurizers.py
test/test_label_guided.py
test/test_linguistic_featurizers.py
test/test_opm.py
test/test_search.py
test/test_semi_supervised.py
test/test_slots.py
test/test_stats.py