LICENSE
MANIFEST.in
README.md
pyproject.toml
groundcheck/__init__.py
groundcheck/fact_extractor.py
groundcheck/knowledge_extractor.py
groundcheck/neural_extractor.py
groundcheck/py.typed
groundcheck/semantic_contradiction.py
groundcheck/semantic_matcher.py
groundcheck/tuple_verifier.py
groundcheck/types.py
groundcheck/utils.py
groundcheck/verifier.py
groundcheck.egg-info/PKG-INFO
groundcheck.egg-info/SOURCES.txt
groundcheck.egg-info/dependency_links.txt
groundcheck.egg-info/entry_points.txt
groundcheck.egg-info/requires.txt
groundcheck.egg-info/top_level.txt
groundcheck_mcp/__init__.py
groundcheck_mcp/server.py
groundcheck_mcp/storage.py
tests/test_benchmark_contradictions.py
tests/test_compound_splitting.py
tests/test_contradiction_aware.py
tests/test_fact_extraction.py
tests/test_general_extraction.py
tests/test_integration.py
tests/test_knowledge_extraction.py
tests/test_mcp_server.py
tests/test_neural_extraction.py
tests/test_neural_integration.py
tests/test_pypi_installability.py
tests/test_semantic_matcher.py
tests/test_trust_weighting.py
tests/test_universal_extraction.py
tests/test_verifier.py