Skip to content

issues Search Results · repo:fabianvf/python-rake language:Python

Filter by

24 results
 (86 ms)

24 results

infabianvf/python-rake (press backspace or delete to remove)

Its nicely explained how to use stopword lists, but how can I get the keywords? What I would have expect results ins array of floats like [ 4.0 , 9.0 , 1.0 ]: rake = RAKE.Rake( stopwords-de.txt ) res ...
  • nise
  • 1
  • Opened 
    on Dec 1, 2021
  • #48

@fabianvf For a competition, I m interested in finding the keywords of every single wikipedia page. Any thoughts on changes I could make to this code base to make it plausible? I m contemplating trying ...
  • jkterry1
  • 3
  • Opened 
    on Sep 12, 2018
  • #44

Love the package! I was wondering if there is a way to return only results that fit one of NLTK s Parts of Speech ? I d love to contribute, but sadly my knowledge regarding the inner workings of NLTK is ...
  • geoffrey-eisenbarth
  • 2
  • Opened 
    on Jun 14, 2018
  • #41

Hello I like python-rake really Just ask about case that was today There are 2 times phrase document-word in the text (file doc_text.txt) but only ( document- , 1.0) was found. Was done: from RAKE import ...
  • ValeryKugler
  • 5
  • Opened 
    on Dec 8, 2017
  • #35

The following small sample program demonstrates the problem import RAKE Rake = RAKE.Rake([ da ]); print(Rake.run(u und da\xdfselbe nochmal )) as it returns [(u \xdfselbe nochmal , 4.0), (u und , 1.0)] ...
  • jbernau
  • 4
  • Opened 
    on Nov 29, 2017
  • #33

Hello, I met an issue that split_sentences(text) function uses u as separator. For instance text: is an incredibly popular library and for good reason it s powerful fast sentences list: [u is an incredibly ...
  • xyutech
  • 3
  • Opened 
    on Nov 10, 2017
  • #30

Python 3.6 venv pip install python-rake import RAKE Rake = RAKE.Rake(RAKE.SmartStopList()) text= The initiating oncogenic event in almost half of human lung adenocarcinomas is still unknown, a fact that ...
  • victoriastuart
  • 11
  • Opened 
    on Nov 8, 2017
  • #28

Is it possible to eliminate an asterisk from returned keywords? I ve tried adding to StopWords list, but get an error: sre_constants.error: nothing to repeat at position 9892 Is it acting as a wildcard ...
bug
size: 3
  • macfire
  • 15
  • Opened 
    on Aug 12, 2017
  • #24

@fabianvf Is it my imagination or could we replace the entire separate_words function better with a \W+ or \W regex instead?
question
  • jkterry1
  • 5
  • Opened 
    on Aug 8, 2017
  • #23
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub