-
import就开始报错,最新版本
-
#### Problem description
My requirement is, the generated summary should have specific keywords from the input text.
#### Steps/code/corpus to reproduce
I need the pipeline component to acc…
-
Hi,I am trying out pytextrank for extractive summarization. I used the example code provided. but it didn't work.
the error come from this code:
```
# add PyTextRank to the spaCy pipeline
nlp.ad…
-
import spacy
nlp = spacy.load('nl_core_news_lg')
nlp.add_pipe("textrank")
ValueError: [E002] Can't find factory for 'textrank' for language Dutch (nl). This usually happens when spaCy calls `nl…
-
The models and algorithms in https://github.com/boudinfl/pke#implemented-models are similar to Textrank but not sped up by SpaCy, so it might be a good idea to include them in PyTextRank
PS: There …
-
- jdspider.py中getId函数需要带Cookie访问,不然返回的数组为空,无法获取评价
- 有时候会出现空json数组的情况报错,
```
2023-12-16 16:39:03,430 [1;32mINFO[0m 正在爬取当前商品的评论信息>>>>>>第:0 个,第 1 页
2023-12-16 16:39:11,839 [1;32mINFO[0m …
-
I wanted to use pytextrank together with spacy_udpipe to get keywords from texts in other languages (see https://stackoverflow.com/questions/59824405/spacy-udpipe-with-pytextrank-to-extract-keywords-f…
-
when i ran textrank on jupyter there is difference in output
my querry=QueryExtractor("skydiving in dubai")
it is detect by jupyter ['dubai'.'skydiving]
it is detect by vs code ['dubai']
-
I'm trying to use this package for the first time and followed the README:
```
!pip install pytextrank
!python -m spacy download en_core_web_sm
nlp = spacy.load("en_core_web_sm")
nlp.add_pipe("…
-
Hi everyone!
It is mentioned in the project's description that enriching the lemma graph would improve TextRank's performance. I saw that showing examples of this was in the todo list of the projec…