blueprints-text icon indicating copy to clipboard operation
blueprints-text copied to clipboard

Jupyter notebooks for our O'Reilly book "Blueprints for Text Analysis Using Python"

Results 6 blueprints-text issues
Sort by recently updated
recently updated
newest added

I'm using the notebook on Colab. But I got the error with NueralCoref package. ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) [/content/setup.py](https://localhost:8080/#) in ----> 1 from neuralcoref import NeuralCoref...

Hello, Great book. Unfortunatelly is giving an error in the very first cell in google colab: You are working on Google Colab. Files will be downloaded to "/content". Downloading required...

Hello, Great book. Unfortunatelly when trying to process the first cell of ch09 at google colab, the following error emerges: You are working on Google Colab. Files will be downloaded...

Hello Running jupyter notebook locally for the section : Summarizing Text Using Machine Learning. Code stops with error when try to apply the topN function : topN = lambda x:...

Good day. Please may you give explicit instructions on how to run "First_Insights.ipynb" locally in PyCharm? None of the code in "settings.py" is being recognized

The following error is appearing when trying to run the cell that begins with `%matplotlib inline` ImportError: matplotlib is required for plotting when the default backend "matplotlib" is selected. It...