Hi,
Was looking at the requirement and how I could test your modul to find simalarity between news items of Google news. The module look great but seems to be required quite some tuning on the server part.
Would you have any demo site on webenabled or other cloud based plateform.
Otherwise could you confirm that the install.txt is at the following URL
http://drupalcode.org/project/semantic_similarity.git/blob/08ec2b3d5f504...
14 SYSTEM REQUIREMENTS
15 -------------------
16
17 1. Install the Java Development Kit (JDK), which also includes the Java Runtime
18 Environment (JRE). Visit http://java.sun.com/javase/downloads/index.jsp for
19 installation information.
20
21 2. Install the R Project for Statistical Computing (later refered as R). Visit
22 http://www.r-project.org for installation information.
23 Note for Windows users: append the path to R binary to the system variable
24 $PATH, then restart the system.
25
26 3. Install the required lsa (Latent Semantic Analysis) R package. Either:
27 3.A. using the system's terminal:
28 3.A.1. download the lsa package from a CRAN (Comprehensive R Archive
29 Network) mirror
30 3.A.2. type in the system's terminal:
31 R CMD INSTALL --library=
32 Or:
33 3.B. within R:
34 3.B.1. type in the system's terminal:
35 R
36 3.B.2. within R's terminal, type in the following command:
37 install.packages("lsa", lib = file.path("
38 It will pop-up a list of mirrors in which you must select one. If
39 you got no pop-up, you should abort the package installation and
40 type chooseCRANmirror() first. If you were able to choose a
41 mirror, then it will download and install the lsa package and its
42 dependencies.
43
44 Note: the library path is usually:
45 - linux:
46 /usr/lib/R/ or /usr/local/lib/R/site-library/ or
47 ~/R/i486-pc-linux-gnu-library/x.y/
48 - windows:
49 %PROGRAMFILES%\R\R-x.y.z\library\ or
50 %USERPROFILE%\Documents\R\win-library\x.y\
51
52 Note 2: lsa package depends on rJava package wich in turn requires the JDK.
53
54
55 DRUPAL DEPENDENCIES
56 -------------------
57
58 Semantic Similarity module depends on the following Drupal modules:
59 * Raphael
60 * Views
61
62
63 INSTALLATION
64 ------------
65
66 Before enabling the module, make sure the system meets the requirements.
67
68 1. In the filesystem, copy semantic_similarity folder to modules directory
69 (usually sites/all/modules/).
70
71 2. In the filesystem, make sure both the web server and R have write
72 permission into the module file system path
73 (usually sites/default/files/semantic_similarity).
74
75 3. At admin/build/modules, enable the Semantic Similarity module.
76
77
78 CONFIGURATION
79 -------------
80 To use the default view:
81 1. At admin/build/views, enable 'semantic_similarity' view.
82
83 To set the blocks display:
84 1. At admin/build/blocks, assign a theme region to the provided blocks.
Comments
Comment #1
benoit.borrel commentedI do not have any demo site available.
Yes, this is the proper INSTALL.txt.