Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Perl中的Parse::RecDescent模块_C#_Perl_Nlp_Recursive Descent - Fatal编程技术网

C# Perl中的Parse::RecDescent模块

C# Perl中的Parse::RecDescent模块,c#,perl,nlp,recursive-descent,C#,Perl,Nlp,Recursive Descent,我发现这是一个实现自然语言解析器的Perl模块。有没有办法在C语言中也实现Parse::RecDescent?而不是在C语言中实现p::RD;也许最好将perl解释器嵌入到C应用程序中?可能有点帮助。如何使用p::RD实现自然语言解析器??p:RD是一种自上而下的解析器,我正在尝试在我的语言翻译项目中使用它。您可能还想看看Marpa。

我发现这是一个实现自然语言解析器的Perl模块。有没有办法在C语言中也实现Parse::RecDescent?

而不是在C语言中实现
p::RD
;也许最好将perl解释器嵌入到C应用程序中?可能有点帮助。

如何使用
p::RD实现自然语言解析器?
?p:RD是一种自上而下的解析器,我正在尝试在我的语言翻译项目中使用它。您可能还想看看Marpa。