Results 27 issues of Dean Kayton

Note in the below example, in paragraph 2, sentence 1, how "its founding president was Luigi Vittorio Bertarelli." was not correctly captured. Instead It was truncated to "its founding president...

If we were able to split paragraphs by double newline characters, and somehow tag a paragraph heading to be destinct from a paragraph, then we could retain useful paragraph heading...

When parsing the following document, incorrect metadata is found. revid should read 987507844 (link to correct article - https://en.wikipedia.org/wiki?curid=20460173&oldid=987507844 which is current at time of writing. Once fixed, I would...

In leaving a comment, https://github.com/attardi/wikiextractor/issues/130#issuecomment-890390800 I noticed a bug wrt the following line: According to: - Wikipedia rendered: ` (11 August 1848 – 27 June 1934) was an ` -...

[The function in question](https://github.com/nltk/nltk/blob/59aa3fb88c04d6151f2409b31dcfe0f332b0c9ca/nltk/internals.py#L1102) I need to debug further, but I am 100% sure the drive is writable, as I was able to create folders (e.g. `Path(os.environ['NLTK_DATA']).mkdir(parents=True, exist_ok=True)`) This being...

It might be me, but perhaps this feedback could be useful to allow less frontend savvy users to get started with your product. The [changes I made](https://github.com/dnk8n/tech-talk/commit/86336b7f5c6c1e5356ccdd8746c18168f239b21c) according to your...

documentation

``` [dnk8n@localhost brianshumate.nomad]$ cd examples/ [dnk8n@localhost examples]$ ls bin README_VAGRANT.md site.yml Vagrantfile vagrant_hosts [dnk8n@localhost examples]$ pwd /home/dnk8n/.ansible/roles/brianshumate.nomad/examples [dnk8n@localhost examples]$ ./bin/preinstall ✅ nomad VM node information present in /etc/hosts ✅ Vagrant...

help wanted

After installing beakerx through conda I can see the following: ``` jovyan@33e40db3e7ef:~$ jupyter kernelspec list Available kernels: julia-0.6 /home/jovyan/.local/share/jupyter/kernels/julia-0.6 clojure /opt/conda/share/jupyter/kernels/clojure groovy /opt/conda/share/jupyter/kernels/groovy java /opt/conda/share/jupyter/kernels/java kotlin /opt/conda/share/jupyter/kernels/kotlin python3 /opt/conda/share/jupyter/kernels/python3 scala...

Despite doing the following: ``` from meteostat import Daily, Point import tempfile Daily.cache_dir = tempfile.mkdtemp() ``` I still receive errors from elsewhere in the code: ``` [ERROR] OSError: [Errno 30]...

enhancement

I am mostly happy with the **LOGSPOUT=ignore** environment variable set per container, but it would be much more useful if that environment variable **could optionally** be set with *ignore* as...