Louis Guitton

Results 16 comments of Louis Guitton

Hi @kaiyungtan , thanks for checking out `pytextrank`. Given the error message you gave us, I can tell that `textrank` is missing from the `Available factories: ...` list. This means...

ah I see @kaiyungtan . From your issue description, I see ```txt spaCy version 3.0.0rc5 Platform Linux-4.14.225-121.362.amzn1.x86_64-x86_64-with-glibc2.9 Python version 3.6.13 Pipelines en_core_web_sm (3.0.0) ``` Can you check your `pytextrank` version...

the goal would be to duplicate what is documented in https://derwen.ai/docs/ptr/build in the makefile as a form of extra documentation

thanks for bringing our attention to `pke` ! this issue is similar to #78 for which we have made already great progress with 2 contributions: - adding `PositionRank` and `BiasedRank`...

I see the extension in the pipeline analysis using this snippet. ```python import spacy import pytextrank nlp = spacy.load("en_core_web_sm") nlp.add_pipe("positionrank", last=True) assert "positionrank" in nlp.pipe_names assert "positionrank" in nlp.analyze_pipes()['summary'] ```...

I was facing the same issue. After different cheks, I arrived at thee foolowing: ```python >>> import umap ImportError: Numba needs NumPy 1.20 or less >>> import numpy as np;...

> Flow core team is seeking legal guidance on NFT licenses and we believe that a standard view for licenses declared by the NFT minter remains the right path forward....

@dankolbman was the hook for gcp imported fine for you ? I'm having issues: https://github.com/airflow-plugins/github_plugin/pull/5

Would love to see this as well, as I'm using cards for example.

HI @hoanghapham , sorry I've missed your issue and that I'm replying so late. ## quickfix This looks like simple enough to fix. The issue is that I lacked an...