Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:rewsemvector [2010/10/31 13:46] eapontep |
software:rewsemvector [2010/11/01 14:07] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== General ==== | ==== General ==== | ||
| + | |||
| + | **SemanticVectors: | ||
| + | |||
| + | |||
| + | * Written in Java | ||
| + | * Good sponsored! | ||
| + | * Uses a Random Projection Algorithm | ||
| + | * Doesn' | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * You NEED [[http:// | ||
| ==== Installation Instruction ==== | ==== Installation Instruction ==== | ||
| - | ** Please read point 2.6 Before | + | **Please read the very last point before |
| - | ** Before installing SemanticVectors | + | This is an installation tutorial for dolts like me, that means, I wrote it after fighting for hours with my lack of intelligence. I hope it helps you to install SemanticVectors quickly. You might need several things before installing SV, in particular a java developer kit, a building tool (ant) and Lucene, |
| == Install Lucene: == | == Install Lucene: == | ||
| Line 36: | Line 48: | ||
| - Reboot your Computer. | - Reboot your Computer. | ||
| - By now every thing should be working. Go to the directory where you ran lucene. Run the following command: <file bash> | - By now every thing should be working. Go to the directory where you ran lucene. Run the following command: <file bash> | ||
| - | - Now you are ready to use SemanticVectors. In this point I realized that there is a (probably) very serious bug. Since lucene is constantly actualized and SV depends on Lucene, there are several compatibility issues between both. In particular, a class form Lucene has been deprecated in the last version. I checked in the official community and there are not answers to this issue, although others have reported the same problem. Maybe a I get some feedback regarding this problem. Otherwise an older version of the software | + | - Now you are ready to use SemanticVectors. In this point I realized that there is a (probably) very serious bug. Since lucene is constantly actualized and SV depends on Lucene, there are several compatibility issues between both. In particular, a class form Lucene has been deprecated in the last version. I checked in the official community and there are not answers to this issue, although others have reported the same problem. Maybe a I get some feedback regarding this problem. Otherwise an older version of the software |
| + | --- // | ||