Some of the scripts are made to be used together as a full processing chain and their use may be automated for future reuse and for clarity. These chains would be: - [ ] [Extraction of tokens for initial lemmatization](https://github.com/RIN-ConDE/tools/tree/main/corpus-construction/lemmatize-new-witness) - [ ] [Disambiguation of initial lemmatization data and its synchronization into the original TEI-XML file](https://github.com/RIN-ConDE/tools/tree/main/corpus-construction/lemmatize-new-witness) - [ ] [Extraction of tokens for manual correction](https://github.com/RIN-ConDE/tools/tree/main/corpus-construction/disambiguate-lemmatization-in-corrected-file) - [ ] [Disambiguation of remaining tokens after manual correction](https://github.com/RIN-ConDE/tools/tree/main/corpus-construction/disambiguate-lemmatization-in-corrected-file) What needs to be done: - [ ] Identify and document chains individually. - [ ] Answer: transfer scripts to `.py` files to be imported or import from `.ipynb` files? - [ ] Write chaining script (`.ipynb`) for each.
Some of the scripts are made to be used together as a full processing chain and their use may be automated for future reuse and for clarity.
These chains would be:
What needs to be done:
.pyfiles to be imported or import from.ipynbfiles?.ipynb) for each.