File tree 3 files changed +18
-5
lines changed
3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- 0.4
4
- - 0.6
4
+ - 0.6
5
+ - 0.8
Original file line number Diff line number Diff line change 1
- 0.1 / 2011-07-18
1
+ 1.1.0 / 2013-03-06
2
+ ==================
3
+ * Improve benchmark tests
4
+ * Work right without php.js
5
+ * Unify JS code style
6
+ * Add more unicode languages for tests
7
+ * Remove .coffee files & clean tests files
8
+
9
+ 1.0.0 / 2013-03-01
2
10
==================
11
+ * Fixed unicode support
3
12
4
- * Initial commit
13
+ 0.1 / 2011-07-18
14
+ ==================
15
+ * Initial commit
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LanguageDetect can identify 52 human languages from text samples and return conf
7
7
8
8
This package can be installed via [ npm] ( http://npmjs.org/ ) as follows
9
9
10
- % npm install languagedetect -g
10
+ % npm install languagedetect
11
11
12
12
### Example
13
13
@@ -49,7 +49,8 @@ This package can be installed via [npm](http://npmjs.org/) as follows
49
49
50
50
### Benchmark
51
51
52
- Currently LanguageDetect handles 1000 items in 2 seconds (vs 7.5 seconds with PEAR::Text_LanguageDetect)
52
+ node.js -> 1000 items processed in 1.596 secs (411 with a score > 0.2)
53
+ PHP -> 1000 items processed in 4.687 secs (535 with a score > 0.2)
53
54
54
55
### Credits
55
56
You can’t perform that action at this time.
0 commit comments