-
When using `gensim.summarization.summarize`, `TypeError: 'NoneType' object is not iterable` is occasionally thrown when summarizing random complaints in [this dataset of consumer complaints](https://c…
-
the word2vec function is used to find out vector representation of a word using glove right? so what happens if the particular word is not found in glove? so is the nearest neighbor used to find the n…
-
Hi,
I am converting user input into a document, and then adding to corpus , and using keyword.textrank to get keyword(s).
For short text (less than 7 words), keyword.textrank typically results i…
-
```python
In [0]: gensim.__version__
Out [0]: '2.3.0'
```
Description:
I was working on a set of Chinese sentences. And when I call the function `gensim.summarization.summarize()`.The Error below…
-
I, along with @dust0x and @pranay360, am writing a blog on Extractive Vs. Abstractive Text Summarization for RaRe Technologies.
While comparing different extractive models, we found that Sumy's Lex_…
-
Hi, I am trying to use networkx's PageRank algorithm for my implementation of TextRank.
https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf
The scoring matrix that they have used uses wei…
-
먼저, 엄청난 일을 시작하셨네요. 이 프로젝트를 지속적으로 지원합니다.
여러번 테스트를 했는데, 문장내 주제를 인식하는 알고리즘은 없는 것 같습니다.
알고리즘이 추가되면 좋겠다는 의견입니다.
Regards,
toomuchthink2016.
-
[Reductio](https://github.com/fdzsergio/Reductio) - Automatic summarizer text in Swift :large_orange_diamond:
-
I am trying to get key terms from semantic network, following this guide:
https://media.readthedocs.org/pdf/textacy/latest/textacy.pdf#page=28
But getting this error "Input terms must be strings or …
-
The implementation of page rank calls eig, which calculates all the eigenvalues and eigenvectors. Unless I'm missing something, this line https://github.com/piskvorky/gensim/blob/develop/gensim/summar…
erbas updated
8 years ago