运行时语法产生式创建

发布于 2024-10-26 10:02:43 字数 191 浏览 6 评论 0原文

我对 python-django 的自然语言处理感兴趣。

我的项目需要在运行时创建语法产生式。这意味着,每当我问一个问题或写一个句子时,应该完成基本的 nlp 步骤,例如后置标签,并将它们添加到语法产生式或任何其他结构中(即使这些单词不存在于语法中),这样我就可以与该语法分开,进一步对不同的名词、动词等进行分块和提取。

请同样指导我。

I am interested in natural languge processing with python-django.

My project requires creation of grammar productions at runtime. That means, whenever i ask a question or write a sentence, basic nlp steps like pos-tagging should be done and get them added to grammar productions or any other structure ( even if the words are not present in grammar) , so that i can do the further chunking and extraction of different nouns, verbs ,etc separately from that grammar.

Please guide me the same.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏末染殇 2024-11-02 10:02:43

NLTK 是最流行的 NLP 处理 Python 框架,因为我知道它可以进行词性标注、深度标注解析,并允许您根据这些输出编写提取规则。

NLTK is the most popular python framework for NLP processing as I know it can do POS tagging, deep parsing, and allow you to write extraction rules based on those outputs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文