-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGES.txt
40 lines (29 loc) · 1.09 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
CHANGES
========
0.0.3 Initial Alpha Release -- Jan 24, 2014
---------------------------
Done:
* django app `crawler` displays a home page (but links broken)
* django app `miner` has working management commands (dbstats)
* django project `crawlnmine` has working settings and admin site (sqlite)
* no admin site for crawler or miner yet
* `miner/fixtures/initial_data.json` contains 1000+ wikipedia article texts plus a json string with word counts
* nlp/db.py and pug/db/*.py have some overlap
* nlp/parse.py functions named to continue the `parse` verb (parse_.. prefix removed)
* miner/tests.py pass
* some doctests pass
* decision_tree untested
ToDo:
* StaticView
* base.html
* d3.js, bootstrap.js
* connections.html: static scikit ml decision tree, decision_tree.py run on miner db?
* line.html: plot of a word frequency over time in wikipedia
* forms to configure/control wikiscrapy using programatic calls of scrapy-ws.py from view/form
0.0.2
-----
* started adding django apps and database querying scripts
---
0.0.1
* got setup.py working reasonably well
* some coursera/nlp/*.py files moved in