Tuesday, February 17, 2015

Breaking Down The Sentence

Today, we are starting to make the pseudocode and algorithm for analyzing sentences (or group of words, or just a single one) to the system. What we're doing is make the system analyze each word, identify what kind of word are they, and pick out the different parts... so we can analyze them further and create the idea the system needed to formulate a sensible response.


Analyzing the sentence to get an idea is really driving us crazy. What comes to mind seem to be very random but still sticking to the current idea or concept of the conversation.

Project Progress

We have added HUD on the system UI, displaying what we temporarily need to help us test the system if it deduces the input correctly. We also started the vocabulary database in which we are identifying every part of a word, giving it meaning and all the factors that is interlinked or connected with them.

We are thinking of getting assistance from English professors and Psychologists, even Sociologist to help us understand the thinking mind more.