geometor.euclid.ingest.analysis¶
Module for analyzing extracted text to identify propositions.
Attributes¶
Functions¶
|
Heuristically extracts the book name from a file path. |
|
Scans a folder for proposition text files. |
|
Runs the analysis process on all extracted content. |
Module Contents¶
- geometor.euclid.ingest.analysis.PROP_START_RE¶
- geometor.euclid.ingest.analysis.PROP_END_RE¶
- geometor.euclid.ingest.analysis.get_book_from_path(path: pathlib.Path) str¶
Heuristically extracts the book name from a file path.
- geometor.euclid.ingest.analysis.process_folder(folder_path: pathlib.Path, volume: str) List[Dict[str, Any]]¶
Scans a folder for proposition text files.