MrJs133 commented on PR #232:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/232#issuecomment-2890828549

   Hello, environment configuration is really a headache.  
   
   When I ran this code, I encountered the following error:  
   
![image](https://github.com/user-attachments/assets/d17db8f2-c6a7-42ea-9495-2caf16533632)
   
   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](https://github.com/user-attachments/assets/4db5f5d0-583d-4194-81e9-09f99af92cea)
   
   Do you know what's going on? Or can you write a brief run instruction?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to