File:Noun phrase chunking with NLTK.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 680 × 105 pixels. Other resolutions: 320 × 49 pixels | 640 × 99 pixels | 1,024 × 158 pixels | 1,280 × 198 pixels | 2,560 × 395 pixels.
Original file (SVG file, nominally 680 × 105 pixels, file size: 48 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionNoun phrase chunking with NLTK.svg |
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()
|
Date | |
Source | Own work |
Author | InverseHypercube |
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 02:40, 26 April 2012 | 680 × 105 (48 KB) | InverseHypercube (talk | contribs) |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on ca.wikipedia.org
- Usage on en.wikipedia.org
- Usage on es.wikipedia.org
- Usage on eu.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on hr.wikipedia.org
- Usage on it.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on uk.wikipedia.org
- Usage on vi.wikipedia.org
- Usage on www.wikidata.org
- Usage on zh.wikipedia.org