📜  chunker nlp - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:58.155000             🧑  作者: Mango

代码示例1
chunking is an alternative to parsing that provides a partial syntactic structure of a sentence, with a limited tree depth, as opposed to full on parsing.

It is more limited than full parsing, but is sufficient when it comes to extracting or ignoring information, and is thus many times used, as it's faster and more robust than parsing.