Skip to content

Commit

Permalink
Polished README
Browse files Browse the repository at this point in the history
  • Loading branch information
turian committed May 26, 2011
1 parent 6ce316f commit 12e5632
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Expand Up @@ -7,7 +7,13 @@ This is an effort to implement Explicit Semantic Analysis (ESA) as described in

You can find this paper at: http://www.jair.org/media/2669/live-2669-4346-jair.pdf

Create a MySQL database 'wiki':
mysql -u root -p

CREATE DATABASE wiki;

This implementation consists of:
* scanLinks.py:
* scanData.py : that reads Wikiprep output into a MySQL database.
It creates "article","text" and "pagelinks" tables.

Expand Down

0 comments on commit 12e5632

Please sign in to comment.