Home > Programming, Thesis Project > Texts Identification 01

Texts Identification 01

March 6th, 2008

This is the patch about how to identify the good words and bad words in my project.
Text Id

The upper part of this patch just is for nature speaking or nature typing. I set space key to send a bang, so we don’t need to press enter to send the texts to the database.

The “coll object” construct my data inside(see right image). Whenever the text information go through it, it can send the different texts to different receiver. For example, when I type happy, according to the data in the “coll object”, the program will recognize the word happy and send any related information such as texts, numbers and bang which I already setup to the positive receiver.

Now, the tricky part is that I should figure out how the treat the words which is not in the “coll object” database. It seems no this kind of outlet….

Programming, Thesis Project

Comments are closed.