Kyle P. Johnson

Results 44 comments of Kyle P. Johnson

` # doctest: +SKIP` -- this would work too

@BJWipf we can work here. A few points: - That other repo you were in is old and for the version "zero" of our code - For the current v....

Good work! For this corpus, you need to have the corpus pre-downloaded locally. We cannot provide it, as it is not free.

In the above, the second parameter (`~/Documents/....`) is the filepath to which you have downloaded the data.

Unfortunately we do not support Windows. But you can use the Linux subsystem. Could you give that a try?

Thanks for reporting this! Can you give me an entire sentence that raises this error? I would like to keep track of these in a new document or issue. Beyond...

Kyle will merge the models here (private): [lat_class_med-0.2.2.tar.gz](https://github.com/wjbmattingly/latin_cltk_mwt/blob/main/lat_class_med-0.2.2.tar.gz) Details: - Use lat model only - Rm Greek spacy models, their performace is too poor - ang model forthcoming Thanks and...

I'm getting a few different errors here. I see you have a function called `scrip_finder` in `my_component.py`. When installing through pip (which we cannot do, but nevertheless I tried). We...

> I can retrain if you like, but it is not necessary. Would you, please? When importing with `spacy.load()`, I got a version warning (sorry, didn't save it). > Once...

Ultimately, all I need is (a) the model and (b) a code snippet showing how to import that model with `spacy.load()`. I'm failing at (b) right now. Edit: That `.load()`...