← Về thư mục
scripts/uncited_assertion_detector.py
- _is_year_or_version_or_section · function · L68-L152 — def _is_year_or_version_or_section( sentence: str, match_text: str, match_start: int ) -> bool
- detect_uncited · function · L155-L199 — def detect_uncited(sentence: str) -> tuple[bool, list[str]]
- detect_uncited_assertions · function · L202-L251 — def detect_uncited_assertions( sentences: Iterable[dict[str, Any]], ) -> list[dict[str, Any]]