richtr / guessLanguage.js

A natural language detection library based on trigram statistical analysis for Node.js and the Web.
http://richtr.github.com/guessLanguage.js/
211 stars 39 forks source link

Node.js module system incorrectly detected #1

Closed andris9 closed 11 years ago

andris9 commented 11 years ago

The module did not work properly with Node.js.

In Node.js there is no global.exports (if global==this) but global === module.exports