JZ
JZ
fyi, I went back to the homepage, and the text had indeed been imported and was ready to read.
Testing with the latest spacy release in a new venv, this may have been fixed: Setup: ``` python3 -m venv .venv source .venv/bin/activate pip install -U pip setuptools wheel pip...
If anyone wants to test this out with other sentences, a better script is included in issue 10953, or you can drop the sentences here (marking the words you want...
I was curious about how spacy and some existing models would perform with the sentences given in the issue description, so below is a short script that finds the lemma...
This could be a configuration issue. I have the following in my _config.yml using remote_theme and things seem to work as expected: ``` url: https://jzohrab.github.io baseurl: / ``` If you're...
Unfortunately the suggested `gem "minima", github: "jekyll/minima"` doesn't appear to work, at least not in my particular case. After relaxing various gemfile constraints and trying `bundle install` I get a...
Thank you @yairEO , appreciate the time!
This is an old issue, but in case anyone is looking for this I am currently using a workaround hack that suffices. My summary has this: ``` - [chap heading]()...
Yes, it is annoying -- when I've been editing the parent, I usually just go to the parent and don't worry about the child. Auto-save should be possible though --...
Blocked by #99 as all terms should be created beforehand while reading a page - clarifies entity lifecycle.