You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Natural language processing.
18
18
***Plot**
19
19
Swing-based data visualization library.
20
20
21
-
SMILE is well documented and you can browse the [javadoc](http://haifengl.github.io/smile/doc/index.html) for more information. Tutorials are available on the project [wiki](http://github.com/haifengl/smile/wiki). A basic tutorial is also included at the bottom of this file.
21
+
SMILE is well documented and please check out the [project website](http://haifengl.github.io/smile/) for more information. Tutorials are available on the project [wiki](http://github.com/haifengl/smile/wiki). A basic tutorial is also included at the bottom of this file.
22
22
23
23
To see SMILE in action, please download the [demo](http://haifengl.github.io/smile/smile-demo.jar) jar file and then run <tt>java -jar smile-demo.jar</tt>.
24
24
@@ -30,7 +30,7 @@ You can use the libraries through Maven central repository by adding the followi
30
30
<version>1.0.4</version>
31
31
</dependency>
32
32
```
33
-
You can similarily replace artifactId smile-core with smile-math, smile-data, smile-graph, smile-interpolation, smile-nlp, or smile-plot for other modules.
33
+
You can similarly replace artifactId smile-core with smile-math, smile-data, smile-graph, smile-interpolation, smile-nlp, or smile-plot for other modules.
34
34
35
35
SMILE implements the following major machine learning algorithms
0 commit comments