Skip to content

Commit

Permalink
add todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Speer committed Apr 27, 2016
1 parent c9163e6 commit b86dfd3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Design of ConceptNet 5.5:

- [x] link the API responses (fix Pygments order)
- [ ] Don't stem things on the way in
- [ ] Use JSON-LD when possible
- [X] Store the index in a reasonable constant database

ConceptNet 5.6 perhaps:

- [ ] Nodes should have labels that are stored separately from their edges
- [ ] Break down the and-or trees into more machine-readable structures

Cleaning up the data:

- [ ] Relabel vague nodes like "someone" and "something"
- [ ] Infer things from verb phrases

Other things to do:

- [ ] Use command-line tools such as jq to get things done quickly

0 comments on commit b86dfd3

Please sign in to comment.