简体   繁体   中英

Runtime grammar productions creation

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.

NLTK是用于NLP处理的最受欢迎的python框架,因为我知道它可以进行POS标记,深度解析,并允许您根据这些输出编写提取规则。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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