Open
Description
Following from #1159 .
- @willismonroe will make merge requests to the following repos/dirs:
- https://github.com/cltk/lat_models_cltk/tree/master/ner/spacy_model
- https://github.com/cltk/grc_models_cltk/tree/master/ner/spacy_model
- https://github.com/cltk/ang_models_cltk/tree/master/ner/spacy_model
-
In the cltk file
src/cltk/languages/pipelines.py
un-commentOldEnglishNERProcess
, GreekNERProcess,
LatinNERProcessin both the imports and their inclusion in their respective languages' Pipelines. Also un-comment
self.assertIsInstance(word.named_entity, str)in
tests/test_sanity_lat_only.py`. -
Bump patch version in
pyproject.toml
.