Difference between revisions of "Bots"

From Wikicliki
Jump to: navigation, search
m (WikiSysop moved page Computational Poetry to Bots)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== William Carlos Williams - On poems as machines made out of words ==
+
== Notes ==
 +
 
 +
Set a challenge for myself to design a computational poetry class.
  
To make two bold statements: There's nothing sentimental about a machine, and: A poem is a small (or large) machine made out of words. When I say there's nothing sentimental about a poem, I mean that there can be no part that is redundant. Prose may carry a load of ill-defined matter like a ship. But poetry is a machine which drives it, pruned to a perfect economy. As in all machines, its movement is intrinsic, undulant, a physical more than a literary character.
+
YUNG NLP
  
''From: Williams's introduction to The Wedge, in Selected Essays of William Carlos Williams (NY: New Directions, 1969), p. 256.''
+
=== Penn Tags ===
 +
* [https://rednoise.org/rita/reference/PennTags.html  Alphabetical list of PENN part-of-speech tags]
 +
* http://www.ling.gu.se/~lager/Mutbl/course/penn.html <-- a good list with examples
 +
* http://www.comp.leeds.ac.uk/ccalas/tagsets/upenn.html <-- another great list with examples
  
This is just to say
+
* https://en.wikipedia.org/wiki/Singlish
+
* http://72.5.72.93/html/lexec.php?op=LexLink&lexicon=lexicon&keyword=Don%27ch%20Play-Play&page=1
I have eaten
+
* http://creative-coding.decontextualize.com/external-libraries/
the plums
 
that were in
 
the icebox
 
 
and which
 
you were probably
 
saving
 
For breakfast
 
 
Forgive me
 
they were delicious
 
so sweet
 
and so cold
 
  
 +
== Extract Data ==
  
== Notes ==
+
* Corpora - https://github.com/dariusk/corpora
  
Set a challenge for myself to design a computational poetry class.
+
=== Hangouts ===
  
 
* Google Takeout - allows you to download all your data
 
* Google Takeout - allows you to download all your data
Line 31: Line 24:
 
* https://takeout.google.com/settings/takeout
 
* https://takeout.google.com/settings/takeout
 
* https://takeout.google.com/settings/takeout/custom/chat
 
* https://takeout.google.com/settings/takeout/custom/chat
 +
 +
* parser https://hangoutparser.jay2k1.com/
  
 
[[File:takeout1.png|500px]] [[File:takeout2.png|500px]]
 
[[File:takeout1.png|500px]] [[File:takeout2.png|500px]]
 +
 +
* takes 5-10 min to generate - email link will appear for download
 +
* you will need to relogin to download
 +
* if involving a huge dataset - try using tbz file format while creating archive and use safari browser and ntfs file system to store your takeout files which are more than 2 gb in size
 +
 +
== See also ==
 +
 +
* [[Poetry as Machine]]
 +
 +
=== FB ===
 +
 +
* https://developers.facebook.com/ go to graph api
 +
* http://nocodewebscraping.com/how-to-extract-data-from-facebook-page-competitor-analysis/
 +
* [https://www.youtube.com/watch?v=WteK95AppF4&feature=youtu.be Getting Started with the Graph API]
 +
* Only friends who have allowed the Graph API explorer to use their info are displayed here.
 +
 +
[[File:graphapi_1.png|800px]]
 +
[[File:graphapi_2.png|800px]]
 +
[[File:graphapi_3.png|800px]]

Latest revision as of 05:33, 2 November 2016

Notes

Set a challenge for myself to design a computational poetry class.

YUNG NLP

Penn Tags

Extract Data

Hangouts

  • Google Takeout - allows you to download all your data

Takeout1.png Takeout2.png

  • takes 5-10 min to generate - email link will appear for download
  • you will need to relogin to download
  • if involving a huge dataset - try using tbz file format while creating archive and use safari browser and ntfs file system to store your takeout files which are more than 2 gb in size

See also

FB

Graphapi 1.png Graphapi 2.png Graphapi 3.png