User:Eastwood/work: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
== Language ==
Working with CLiPS and NLTK via Python.


Useful link(s):
== Clapping Music ==
* http://www.nltk.org/book/ch05.html
Openframeworks version of clapping music. Much more work to be done
=== POS Tags ===
Alphabetical list of part-of-speech tags used in the Penn Treebank Project.


[[File:Clappingmusicopenframeworks.png|thumbnail|First Version of Clapping Music]]


{| class="wikitable"
C++ is hard.
|-
! Tag !! Description
|-
| CC
||Coordinating
conjunction
|-
| CD
||Cardinal
number
|-
| DT
||Determiner
|-
| EX
||Existential
there
|-
| FW
||Foreign
word
|-
| IN
||Preposition
or
subordinating
conjunction
|-
| JJ
||Adjective
|-
| JJR
||Adjective
comparative
|-
| JJS
||Adjective
superlative
|-
| LS
||List
item
marker
|-
| MD
||Modal
|-
| NN
||Noun
singular
or
mass
|-
| NNS
||Noun
plural
|-
| NNP
||Proper
noun
singular
|-
| NNP
||Proper
noun
plural
|-
| PDT
||Predeterminer
|-
| POS
||Possessive
ending
|-
| PRP
||Personal
pronoun
|-
| PRP$
||Possessive
pronoun
|-
| RB
||Adverb
|-
| RBR
||Adverb
comparative
|-
| RBS
||Adverb
superlative
|-
| RP
||Particle
|-
| SYM
||Symbol
|-
| TO
||to
|-
| UH
||Interjection
|-
| VB
||Verb
base
form
|-
| VBD
||Verb
past
tense
|-
| VBG
||Verb
gerund
or
present
participle
|-
| VBN
||Verb
past
participle
|-
| VBP
||Verbrd
person
singular
present
|-
| VBZ
||rd
person
singular
present
|-
| WDT
||Wh
determiner
|-
| WP
||Wh
pronoun
|-
| WP$
||Possessive
wh
pronoun
|-
| WRB
||Wh
adverb
|}

Revision as of 22:20, 31 January 2017


Clapping Music

Openframeworks version of clapping music. Much more work to be done

First Version of Clapping Music

C++ is hard.