-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rob Speer
committed
Apr 27, 2016
1 parent
c9163e6
commit b86dfd3
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |