Skip to content

changetextrank#232

Closed
LoskiClaw wants to merge 4 commits intoapache:mainfrom
LoskiClaw:main
Closed

changetextrank#232
LoskiClaw wants to merge 4 commits intoapache:mainfrom
LoskiClaw:main

Conversation

@LoskiClaw
Copy link

No description provided.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label May 14, 2025
@github-actions github-actions bot added the llm label May 14, 2025
@dosubot dosubot bot added the enhancement New feature or request label May 14, 2025
@MrJs133
Copy link
Contributor

MrJs133 commented May 19, 2025

Hello, environment configuration is really a headache.

When I ran this code, I encountered the following error:
image

After making the following modifications, this error disappeared, but another error appeared:
remove: line 115 nlp.add_pipe("textrank")
add:
tr = pytextrank.TextRank()
nlp.add_pipe(tr, name="textrank", last=True)

image
PS: I use pytextrank 3.3.0. According to the information I found, this version should be acceptable??
PS: Perhaps this issue is related to this line of code?
sys.path.append('/mnt/WD4T/workspace/hs/incubator-hugegraph-ai/hugegraph-llm/src')

Do you know what's going on? Or can you write a brief run instruction? THX~

@imbajin
Copy link
Member

imbajin commented Jul 25, 2025

addressed by #282

@imbajin imbajin closed this Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request llm size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants