-
I am processing a block of text with TextRank and it is throwing an error. The text is in French. The language is detected correctly. The part of the text that seems to be throwing the error is:
…
-
I got an error
`
File "main.py", line 210, in
tf.compat.v1.app.run()
File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 40, in run
_run(main=m…
-
https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf
-
-
Brief Introduction: If it is possible to highlight the keywords of the text, that would help people read books.
Details: Here are some common data models
- most models https://github.com/boudinf…
-
### context
I'm looking to get the original token positions of keyterms when performing keyterm extraction with e.g. TextRank, but this can apply to the other extractors. Example:
```python
>>> d…
-
一个很奇怪的问题
我的代码如下:
import sys
reload(sys)
sys.setdefaultencoding("utf-8")
sys.path.append("../")
import jieba
jieba.setLogLevel(60)
jieba.load_userdict("dict.txt")
import jieba.analyse
test_sent = sys…
-
- Članovi tima:
Branislav Anđelić SW6-2016
- Asistent:
Aleksandar Lukić
- Problem koji se rešava:
Automatska sumarizacija teksta korišćenjem grafova. Dva različita pristupa izgradnji grafa ko…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Daily News Text Summarizer
:red_circle: **Aim** : Develop a system that automatically summarizes news a…
-
Do you plan on creating keyword extraction for Vietnamese, I have tried RAKE, YAKE, KeyBert, TextRank, ... but the results are not promising.