Skip to content

Commit ea61924

Browse files
author
Chaoser
committed
README & HISTORY changes
1 parent 2475e02 commit ea61924

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
22
node_js:
33
- 0.4
4-
- 0.6
4+
- 0.6
5+
- 0.8

Diff for: History.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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
210
==================
11+
* Fixed unicode support
312

4-
* Initial commit
13+
0.1 / 2011-07-18
14+
==================
15+
* Initial commit

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LanguageDetect can identify 52 human languages from text samples and return conf
77

88
This package can be installed via [npm](http://npmjs.org/) as follows
99

10-
% npm install languagedetect -g
10+
% npm install languagedetect
1111

1212
### Example
1313

@@ -49,7 +49,8 @@ This package can be installed via [npm](http://npmjs.org/) as follows
4949

5050
### Benchmark
5151

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)
5354

5455
### Credits
5556

0 commit comments

Comments
 (0)