minor changes
This commit is contained in:
parent
116b8cad9e
commit
7f82a455b6
|
@ -1,5 +1,2 @@
|
|||
testing.js
|
||||
ignore
|
||||
test/data/collation
|
||||
test/data/conversion
|
||||
.DS_Store
|
4
match.js
4
match.js
|
@ -1,7 +1,5 @@
|
|||
|
||||
module.exports = function(det, rec, confidence, name, lang) {
|
||||
// console.log(det, rec, confidence);
|
||||
// this.res = 1;
|
||||
this.confidence = confidence;
|
||||
this.name = name || rec.name(det);
|
||||
}
|
||||
};
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.6",
|
||||
"homepage": "https://github.com/runk/node-chardet",
|
||||
"description": "Character detector",
|
||||
"keywords": ["encoding", "character", "utf8", "detector"],
|
||||
"keywords": ["encoding", "character", "utf8", "detector", "chardet", "icu"],
|
||||
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
|
||||
"dependencies": {},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue