Can I use this classifier with word vectors / embeddings? I am trying to do a FAQ system, and I have a database of questions + answers. But without including a pretrained model of separate word vectors it would not be very useful, relying on just the exact words.
eg "free watches" in your demo works but the system could not infer anything from "free time-pieces" which word vectors would help with.
Can I use this classifier with word vectors / embeddings? I am trying to do a FAQ system, and I have a database of questions + answers. But without including a pretrained model of separate word vectors it would not be very useful, relying on just the exact words.
eg "free watches" in your demo works but the system could not infer anything from "free time-pieces" which word vectors would help with.