簡體   English   中英

Neo.ClientError.Procedure.ProcedureNotFound Neo4j Windows 桌面版

[英]Neo.ClientError.Procedure.ProcedureNotFound Neo4j Windows Desktop Version

嗨,我使用的是 Windows 10 和 Neo4j 桌面版。

我正在嘗試使用以下 Cypher 查詢執行 nlp:

CALL ga.nlp.processor.addPipeline({
name:"pipeline_name",
textProcessor: 'com.graphaware.nlp.processor.stanford.ee.processor.EnterpriseStanfordTextProcessor',
processingSteps: {tokenize:true, ner:true, dependencies:true, relations:true, open:true, sentiment:true}
})

但是我收到這個錯誤:

Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name `ga.nlp.processor.addPipeline` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

在網上搜索后,我在 .conf 文件和插件文件中的 .jar 文件中添加了以下包: 在此處輸入圖片說明

並在配置文件中添加:

在此處輸入圖片說明

在上述過程之后,我收到一個新錯誤:

在此處輸入圖片說明

我應該怎么做才能修復它? 謝謝

重新安裝 3-4 次后,不知何故它起作用了。 我無法解釋。

我按照這個程序: https : //github.com/graphaware/neo4j-nlp安裝 nlp 管道

將此添加到您的 conf 文件中:

dbms.security.procedures.unrestricted = *

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM