简体   繁体   English

NLP与mongodb集成

[英]NLP integration with mongodb

Anyone done integration of NLP with mongodb database? 有人将NLP与mongodb数据库集成了吗? Currently multiple APIs available to identify entities from natural language . 当前,有多种API可用于从自然语言中识别实体。 Basic requirement is to generate query . 基本要求是生成查询。

Regards, Jalpesh 问候,Jalpesh

My own .NET library AboditNLP can do this. 我自己的.NET库AboditNLP可以做到这一点。 (Excuse the plug but there are no others that can do this as far as I know) (对不起,据我所知,没有其他人可以做到这一点)

It converts an English query into an expression tree and can then rewrite that expression tree into a SQL, LINQ-to-objects or MongoDB query. 它将英语查询转换为表达式树,然后可以将该表达式树重写为SQL,LINQ-to-objects或MongoDB查询。

eg 例如

该图显示了将NLP查询转换为MongoDB

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM