Joseph Catanzarite

Results 8 issues of Joseph Catanzarite

On a Windows 10 64-bit machine: `bunzip` throws "EOFError: Compressed file ended before the end-of-stream marker was reached" when processing these files: viwiki-latest-pages-articles.xml.bz2I trwiki-latest-pages-articles.xml.bz2 Attaching a screenshot: Windows version of...

In the `3-logreg-nb-imdb.ipynb` notebook from the `Code-first Introduction to Natural Language Processing` course, a call to `TextList.from_folder()` throws a `BrokenProcessPool` error. I am running Windows 10 64-bit. Has anyone else...

Under my Windows 10 64-bit system, the command `xb,yb = next(iter(data.valid_dl))` in the section labeled "Our Model" fails with --------------------------------------------------------------------------- BrokenPipeError Traceback (most recent call last) in ----> 1 xb,yb...

Annotated and refactored for greater clarity. No major (algorithmic) changes to original code.

`WikiExtractor` throws error 1 when processing the `viwiki-latest-pages-articles.xml` file extracted from the `viwiki-latest-pages-articles.xml.bz2` file. Same error occurs with the `trwiki-latest-pages-articles.xml` file extracted from the `trwiki-latest-pages-articles.xml.bz2` file.

In this [updated version](https://github.com/jcatanza/Fastai-A-Code-First-Introduction-To-Natural-Language-Processing-TWiML-Study-Group/blob/master/3-logreg-nb-imdb_jcat.ipynb) of the `3-logreg-nb-imdb.ipynb` notebook, I've resolved all the issues, as well as done a fair bit of refactoring, annotation, and development along the lines of the...

Kernel dies at this step in the `3-logreg-nb-imdb.ipynb` notebook, between the second **Naive Bayes** section and the second **Binarized Naive Bayes** section (running Windows 10 Home edition, 64-bit): ``` p0...