Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Problem importing Rake - Analysing science text#428

Chizuruoke-Nnadi started this conversation inGeneral
Discussion options

Hi all, I just bumped into this a year after it was concluded but it has been helpful all the same.

I have been trying to run the codes provided in jupyter note book myself but am stuck on the code below

import nlp_rake
extractor = nlp_rake.Rake(max_words=2,min_freq=3,min_chars=5)
res = extractor.apply(text)
res

it gives me the error message below;


ModuleNotFoundError Traceback (most recent call last)
Input In [11], in <cell line: 1>()
----> 1 import nlp_rake
2 extractor = nlp_rake.Rake(max_words=2,min_freq=3,min_chars=5)
3 res = extractor.apply(text)

ModuleNotFoundError: No module named 'nlp_rake'

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
1 participant
@Chizuruoke-Nnadi

[8]ページ先頭

©2009-2025 Movatter.jp