-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
symlink divisi2 in here, update developer docs some more
- Loading branch information
Rob Speer
committed
May 7, 2010
1 parent
0cd07f4
commit 3bbe12c
Showing
9 changed files
with
67 additions
and
203 deletions.
There are no files selected for viewing
Submodule conceptnet
updated
11 files
+1 −2 | .gitignore | |
+10 −0 | README.rst | |
+19 −8 | csc/conceptnet/models.py | |
+35 −0 | csc/conceptnet/network.py | |
+ − | csc/nl/mblem/en.mblem.pickle | |
+ − | csc/nl/mblem/en.unlem.pickle | |
+95 −14 | csc/webapi/handlers.py | |
+8 −0 | csc/webapi/urls.py | |
+35 −16 | maint/fix_raw_duplicates.py | |
+4 −3 | maint/import_conceptnet_zh.py | |
+0 −0 | temp.txt |
Submodule divisi2
updated
20 files
+1 −0 | .gitignore | |
+4 −0 | MANIFEST.in | |
+1 −0 | TODO.txt | |
+5 −2 | csc/divisi2/__init__.py | |
+0 −0 | csc/divisi2/blending.py | |
+ − | csc/divisi2/data/matrices/conceptnet_en | |
+56 −6 | csc/divisi2/dense.py | |
+4 −3 | csc/divisi2/network.py | |
+54 −0 | csc/divisi2/operators.py | |
+107 −3 | csc/divisi2/ordered_set.py | |
+0 −107 | csc/divisi2/recycling_set.py | |
+2 −0 | csc/divisi2/sparse.py | |
+1 −3 | csc/divisi2/test/eval/test_predictions.py | |
+5 −0 | csc/divisi2/test/test_dense.py | |
+1 −1 | doc/conf.py | |
+0 −0 | doc/index.rst | |
+3 −3 | fabfile.py | |
+3 −0 | requirements-dev.txt | |
+2 −1 | requirements.txt | |
+17 −16 | setup.py |
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -9,7 +9,6 @@ Contents: | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
bzr-howto | ||
setup | ||
karma | ||
contributions | ||
|
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
Oops, something went wrong.