DanielRapp / twss.js

A node.js "that's what she said" classifier
MIT License
694 stars 34 forks source link

Training data is too generic, lots of false positives #9

Closed jesseditson closed 12 years ago

jesseditson commented 12 years ago

Training data (at least) needs work - even at 90% threshold, I get false positives on simple non-twss data:

twss.is("hello there, is this car still available?");
>> true
DanielRapp commented 12 years ago

This is a known issue. And since I can't figure out how to merge issues, I'm closing this one down.