Skip to content
Snippets Groups Projects
Commit df73f011 authored by Thomas Edwards's avatar Thomas Edwards
Browse files

Work towards collocation and concordance WIP

parent 490e54d9
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ cursor.execute('''CREATE TABLE IF NOT EXISTS news ...@@ -12,6 +12,7 @@ cursor.execute('''CREATE TABLE IF NOT EXISTS news
(id integer primary key, title text, location text, pubyear text, pubdate text, websource text, loaddate text, content longtext)''') (id integer primary key, title text, location text, pubyear text, pubdate text, websource text, loaddate text, content longtext)''')
# Insert a row of data # Insert a row of data
#cursor.execute("INSERT INTO stocks VALUES ('2006-01-05','BUY','RHAT',100,35.14)") #cursor.execute("INSERT INTO stocks VALUES ('2006-01-05','BUY','RHAT',100,35.14)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment