-
Updated
Sep 4, 2021 - Python
#
textrank
Here are 113 public repositories matching this topic...
bug
enhancement
help wanted
good first issue
items that are good as starting points for new contributors
TextRank implementation for Python 3.
-
Updated
Mar 27, 2022 - Python
中文文本摘要/关键词提取
-
Updated
Dec 28, 2020 - Python
PHP Class to detect languages from any free text
-
Updated
Mar 4, 2021 - PHP
中文文本生成(NLG)之文本摘要(text summarization)工具包, 语料数据(corpus data), 抽取式摘要 Extractive text summary of Lead3、keyword、textrank、text teaser、word significance、LDA、LSI、NMF。(graph,feature,topic model,summarize tool or tookit)
-
Updated
Apr 29, 2022 - Python
-
Updated
Jul 8, 2021 - Go
基于PageRank的TextRank方法, 可以应用于中文关键词、短语、摘要提取程序,代码使用Scala编写。
-
Updated
Jul 29, 2020 - Scala
extract relevant keywords from a given text
-
Updated
Jan 31, 2017 - PHP
Implementation of algorithm in keyword extraction,including TextRank,TF-IDF and the combination of both
-
Updated
Sep 19, 2017 - Java
Summarise text by finding relevant sentences and keywords using the Textrank algorithm
-
Updated
Oct 12, 2020 - R
A simple website demonstrating TextRank's extractive summarization capability.
-
Updated
Mar 20, 2021 - HTML
Implementation of TextRank with the option of using pre-trained Word2Vec embeddings as the similarity metric
word2vec
pagerank
pagerank-algorithm
textrank
similarity
keywords
keyword
cosine-similarity
keyword-extraction
textrank-algorithm
cosine-distance
cosine
keyword-extractor
cosine-similarity-scores
textrank-python
keywords-extraction
pagerank-python
cosinesimilarity
-
Updated
Aug 29, 2018 - Python
keyword extraction and summarization for Chinese text by TextRank
-
Updated
Apr 5, 2020 - Python
基于深度学习的中文NLP工具
-
Updated
Aug 22, 2019 - Python
eigenharsha
commented
Jun 17, 2018
We will need to choose any suitable logger library for logging.
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
微博自动摘要系统 Chinese Microblog Automatic Summary System
-
Updated
Apr 4, 2019 - JavaScript
使用tf-idf, TextRank4ZH等不同方式从中文文本中提取关键字,从中文文本中提取摘要和关键词
-
Updated
Dec 12, 2018 - Python
-
Updated
Mar 25, 2017 - JavaScript
실시간 트렌드 데이터 분석/모니터링 시스템 tremo
-
Updated
Nov 3, 2020 - Python
Keyword extraction with spaCy
textrank
spacy
keyword-extraction
keyword-extractor
spacy-nlp
spacy-pipeline
spacy-extension
yake
topicrank
positionrank
-
Updated
Nov 8, 2021 - Python
Improve this page
Add a description, image, and links to the textrank topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the textrank topic, visit your repo's landing page and select "manage topics."
Intro
I am getting
TypeError: can not serialize 'BaseTextRank' objectwhen trying to use spaCy's multiprocessing innlp.pipewith atextrankpipeline component.Sorry if this a known/expected feature/limitation - I couldn't find anything by searching repo. I generally find (spaCy's) multiprocessing a bit temperamental anyhow, but this seems to just not work.
_PS. thanks for all