LICENSE
README.md
pyproject.toml
tests/test_adversarial.py
tests/test_api_wrappers.py
tests/test_async_api.py
tests/test_audit_round2.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_coherence.py
tests/test_context.py
tests/test_context_tone_full.py
tests/test_core.py
tests/test_coverage_boost.py
tests/test_coverage_final.py
tests/test_coverage_hardcore.py
tests/test_coverage_push.py
tests/test_coverage_round3.py
tests/test_coverage_round4.py
tests/test_coverage_round5.py
tests/test_custom_dict.py
tests/test_decancel.py
tests/test_detectors.py
tests/test_detectors_full.py
tests/test_error_handling.py
tests/test_final_coverage.py
tests/test_golden.py
tests/test_grammar.py
tests/test_health.py
tests/test_morphology.py
tests/test_morphology_ext.py
tests/test_multilang.py
tests/test_naturalizer.py
tests/test_naturalizer_full.py
tests/test_neural.py
tests/test_new_features.py
tests/test_new_modules.py
tests/test_normalizer.py
tests/test_output_quality.py
tests/test_parallel.py
tests/test_paraphrase.py
tests/test_pipeline_full.py
tests/test_property.py
tests/test_regression_quality.py
tests/test_remaining_full.py
tests/test_segmenter.py
tests/test_semantic.py
tests/test_sentence_readability.py
tests/test_sentence_split.py
tests/test_spinner.py
tests/test_structure.py
tests/test_stylistic.py
tests/test_tokenizer.py
tests/test_tone.py
tests/test_uniqueness.py
tests/test_universal_full.py
tests/test_v012_features.py
tests/test_v013_features.py
tests/test_v014_features.py
tests/test_v015_features.py
tests/test_v090_features.py
tests/test_watermark.py
texthumanize/__init__.py
texthumanize/__main__.py
texthumanize/_colloc_data.py
texthumanize/_word_freq_data.py
texthumanize/ai_backend.py
texthumanize/ai_markers.py
texthumanize/analyzer.py
texthumanize/api.py
texthumanize/async_api.py
texthumanize/autotune.py
texthumanize/benchmark_suite.py
texthumanize/benchmarks.py
texthumanize/cache.py
texthumanize/cjk_segmenter.py
texthumanize/cli.py
texthumanize/coherence.py
texthumanize/coherence_repair.py
texthumanize/collocation_engine.py
texthumanize/context.py
texthumanize/core.py
texthumanize/corpus_stats.py
texthumanize/dashboard.py
texthumanize/decancel.py
texthumanize/detectors.py
texthumanize/dict_trainer.py
texthumanize/dictionaries.py
texthumanize/diff_report.py
texthumanize/entropy_injector.py
texthumanize/exceptions.py
texthumanize/fingerprint.py
texthumanize/fingerprint_randomizer.py
texthumanize/gptzero.py
texthumanize/grammar.py
texthumanize/grammar_fix.py
texthumanize/health_score.py
texthumanize/hmm_tagger.py
texthumanize/lang_detect.py
texthumanize/liveliness.py
texthumanize/morphology.py
texthumanize/naturalizer.py
texthumanize/neural_detector.py
texthumanize/neural_engine.py
texthumanize/neural_lm.py
texthumanize/neural_paraphraser.py
texthumanize/normalizer.py
texthumanize/paraphrase.py
texthumanize/paraphrase_engine.py
texthumanize/paraphraser_ext.py
texthumanize/perplexity.py
texthumanize/perplexity_v2.py
texthumanize/pipeline.py
texthumanize/plagiarism.py
texthumanize/pos_benchmark.py
texthumanize/pos_tagger.py
texthumanize/py.typed
texthumanize/quality_gate.py
texthumanize/readability_opt.py
texthumanize/repetitions.py
texthumanize/segmenter.py
texthumanize/semantic.py
texthumanize/sentence_readability.py
texthumanize/sentence_restructurer.py
texthumanize/sentence_split.py
texthumanize/spinner.py
texthumanize/statistical_detector.py
texthumanize/structure.py
texthumanize/stylistic.py
texthumanize/syntax_rewriter.py
texthumanize/tokenizer.py
texthumanize/tone.py
texthumanize/tone_harmonizer.py
texthumanize/training.py
texthumanize/uniqueness.py
texthumanize/universal.py
texthumanize/utils.py
texthumanize/validator.py
texthumanize/watermark.py
texthumanize/weight_loader.py
texthumanize/word_embeddings.py
texthumanize/word_lm.py
texthumanize.egg-info/PKG-INFO
texthumanize.egg-info/SOURCES.txt
texthumanize.egg-info/dependency_links.txt
texthumanize.egg-info/entry_points.txt
texthumanize.egg-info/requires.txt
texthumanize.egg-info/top_level.txt
texthumanize/lang/__init__.py
texthumanize/lang/ar.py
texthumanize/lang/de.py
texthumanize/lang/en.py
texthumanize/lang/es.py
texthumanize/lang/fr.py
texthumanize/lang/it.py
texthumanize/lang/ja.py
texthumanize/lang/ko.py
texthumanize/lang/pl.py
texthumanize/lang/pt.py
texthumanize/lang/ru.py
texthumanize/lang/tr.py
texthumanize/lang/uk.py
texthumanize/lang/zh.py
texthumanize/weights/detector_weights.json.zb85
texthumanize/weights/lm_weights.json.zb85