-
Hi
I'm trying to run `python examples/keyphrase-extraction.py` but I keep getting an error saying
```Traceback (most recent call last):
File "examples/keyphrase-extraction.py", line 25, in
…
-
Hello,
I'm thinking about adding a plot.BTM function to my BTM package using ggraph. BTM is good for clustering text (https://cran.r-project.org/web/packages/BTM/index.html).
In order to have a go…
-
Getting Value Error when running launch.py
+++++++++++++++++++++++++++++++++++++++
In [1]: import launch
---------------------------------------------------------------------------
ValueErro…
-
As a Agency Magda User
I want to be able to generate keywords for my text
So that I don't have to think and enter them
### Acceptance Criteria:
1. Use a file to generate keywords using the chose…
-
Hi, thank you for sharing your code and the data you gathered.
I was wondering if were planning on publishing an article describing the kp20k dataset (as it is (to my knowledge) the biggest available…
ygorg updated
5 years ago
-
While trying out tfidf model for keyphrase extraction. I getting error at the candidate_weighting mthd... where i chose the argument df = None.
Error being : ValueError: Invalid mode ('rtb')
I ha…
-
raw_text = 'this is the text i want to extract keyphrases from'
kp1 = launch.extract_keyphrases(embedding_distributor, pos_tagger, raw_text, 10, 'en')
/home1/zy/anaconda3/envs/py36pc2t/lib/python…
-
I'm using the following plugins:
**graphaware-nlp-3.4.0.52.8.jar
graphaware-server-community-all-3.4.0.52.jar
nlp-stanfordnlp-3.4.0.52.11.jar**
When trying to call the 'ga.nlp.annotate' proced…
-
From most of your examples I have noticed that a text file path is being provided as an input. Is there any capability to actually take input of string from any other data type such as a list or a di…
-
For tf-idf there is no way to have tf for lemmatize form of word (we can count tf for stemmed word or for word with no normalization). Maybe in load_file method in # word normalization section we nee…