LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
bin/hwrt
docs/HandwrittenData.rst
docs/Makefile
docs/analyze_data.rst
docs/backup.rst
docs/browser-ui.png
docs/conf.py
docs/configuration.rst
docs/create_ffiles.rst
docs/data_multiplication.rst
docs/development.rst
docs/dot-reduction.png
docs/download.rst
docs/features.rst
docs/index.rst
docs/installation.rst
docs/interrupted-stroke.png
docs/plugins.rst
docs/preprocessing.rst
docs/resampling.png
docs/rotated-30-0+30.png
docs/scale-and-shift.png
docs/segmentation.rst
docs/serve.rst
docs/smooth-1-1-1.png
docs/test.rst
docs/train.rst
docs/utils.rst
docs/view.rst
docs/wildpoint-2.png
hwrt/__init__.py
hwrt/analyze_data.py
hwrt/classify.py
hwrt/create_ffiles.py
hwrt/create_model.py
hwrt/data_analyzation_metrics.py
hwrt/data_multiplication.py
hwrt/download.py
hwrt/features.py
hwrt/features_plugin.py
hwrt/filter_dataset.py
hwrt/geometry.py
hwrt/handwritten_data.py
hwrt/latex.py
hwrt/partitions.py
hwrt/preprocess_dataset.py
hwrt/preprocessing.py
hwrt/selfcheck.py
hwrt/serve.py
hwrt/spacial_relationship.py
hwrt/test.py
hwrt/train.py
hwrt/utils.py
hwrt/view.py
hwrt.egg-info/PKG-INFO
hwrt.egg-info/SOURCES.txt
hwrt.egg-info/dependency_links.txt
hwrt.egg-info/not-zip-safe
hwrt.egg-info/requires.txt
hwrt.egg-info/top_level.txt
hwrt/datasets/__init__.py
hwrt/datasets/crohme_convert.py
hwrt/datasets/crohme_eval.py
hwrt/datasets/expressmatch.py
hwrt/datasets/inkml.py
hwrt/datasets/mathbrush.py
hwrt/datasets/mfrdb.py
hwrt/datasets/mfrdb_eval.py
hwrt/datasets/mfrdb_import.py
hwrt/datasets/scg_ink.py
hwrt/language_model/__init__.py
hwrt/language_model/language_model.py
hwrt/language_model/utils.py
hwrt/misc/feature-small-info.yml
hwrt/misc/info.yml
hwrt/misc/is_one_symbol_classifier.pickle
hwrt/misc/latex2writemathindex.csv
hwrt/misc/merge.yml
hwrt/misc/merge_understandable.yml
hwrt/misc/model-cuda-converted.tar
hwrt/misc/model-small-info.yml
hwrt/misc/model.tar
hwrt/misc/ngram.arpa.tar.bz2
hwrt/misc/preprocessing-small-info.yml
hwrt/misc/prob_stroke_count_by_symbol.yml
hwrt/misc/symbols.yml
hwrt/misc/vocabulary.txt
hwrt/misc/wm_symbols.csv
hwrt/misc/wm_tags.csv
hwrt/misc/wm_tags2symbols.csv
hwrt/segmentation/__init__.py
hwrt/segmentation/beam.py
hwrt/segmentation/segmentation.py
hwrt/templates/base.twig
hwrt/templates/canvas.html
hwrt/templates/classification-error-report.html
tests/__init__.py
tests/analyze_data_test.py
tests/create_ffiles_test.py
tests/create_model_test.py
tests/data_analyzation_test.py
tests/data_multiplication_test.py
tests/datasets_test.py
tests/download_test.py
tests/feature_extraction_test.py
tests/feature_test.py
tests/filter_datasets_test.py
tests/geometry_test.py
tests/handwritten_data_test.py
tests/preprocess_dataset_test.py
tests/preprocessing_test.py
tests/segmentation_test.py
tests/selfcheck_test.py
tests/serve_test.py
tests/testhelper.py
tests/utils_test.py
tests/view_test.py