ملف:Noun phrase chunking with NLTK.svg

الملف الأصلي(ملف SVG، أبعاده 680 × 105 بكسل، حجم الملف: 48 كيلوبايت)

وصف قصير

⧼wm-license-information-description⧽
English: Noun phrase chunking with NLTK. Created with the following Python code (see http://nltk.googlecode.com/svn/trunk/doc/book/ch07.html):
import nltk
sentence = nltk.tag.pos_tag('The quick brown fox jumped over the lazy dog'.split())
grammar = "NP: {<DT>?<JJ>*<NN>}"
cp = nltk.RegexpParser(grammar)
result = cp.parse(sentence)
result.draw()
⧼wm-license-information-date⧽ 2012
⧼wm-license-information-source⧽ ⧼Wm-license-own-work⧽
⧼wm-license-information-author⧽ InverseHypercube

ترخيص


I, the copyright holder of this work, hereby publish it under the following license:
قالب:Cc-zero

تاريخ الملف

اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.

زمن/تاريخصورة مصغرةالأبعادمستخدمتعليق
حالي ★ مراجعة معتمدة
06:37، 8 ديسمبر 2023
تصغير للنسخة بتاريخ 06:37، 8 ديسمبر 2023680 × 105 (48 كيلوبايت)Pastakhov (نقاش | مساهمات)Upload https://upload.wikimedia.org/wikipedia/commons/8/86/Noun_phrase_chunking_with_NLTK.svg

لا يوجد صفحات تصل لهذه الصورة.

معلومات الصورة (ميتا)