Editing Twitter Analysis Technical

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
This is a page about some more technical aspects of an application whose main page is: '''[[Twitter Analysis DB]]'''.
 
This is a page about some more technical aspects of an application whose main page is: '''[[Twitter Analysis DB]]'''.
  
this content should be in [[Twitter Analysis DB Details]] move it and see if anything remains here??
+
= The Database =
 +
The application is designed so that using it does not require writing any SQL ( Structured Query Language ), however, some familiarity with SQL and relational databases may be useful. This is not an introduction to SQL but is a description of some of the ways it has been applied in this application.
  
 +
== Tweets ==
  
 +
== Concordance ==
  
 +
Commonly abbreviated in the app as concord, it is a table generated from the tweets by extracting each "word" of the tweet. "Word" is in quotes because quite a bit of processing is involved in determining what is a word.  The simple way would be to just break the tweets up on blank spaces, but what is actually done is a bit more complicated as described in [[TBD]]
  
 +
== Words ==
 +
 +
This is a table of words taken from common usage and then loaded into a database table "words"
  
  
 
[[Category:Python Projects]] [[category:Python]]  [[Category:Twitter Analysis DB]]
 
[[Category:Python Projects]] [[category:Python]]  [[Category:Twitter Analysis DB]]

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)