Ashika’s Status Update for May 2

Ashika’s Status Update for May 2

At the start of the week, apart from presenting on Monday, I finished getting the story cohesion data and adding them to the final presentation and final report: Variable Random Input Stories User Generated Stories Original Stories Logical Sense 1.6 4.0 8.4 Theme 5.0 6.13 

Ashika’s Status Update for April 25

Ashika’s Status Update for April 25

This week, I worked on testing all the storytelling components of KATbot to see if they meet our metrics. For the part of speech testing, I created a python testing script to check the accuracy, with both correct and incorrect inputs, of the part of 

Ashika’s Status Update for April 18

Ashika’s Status Update for April 18

This week, I mainly focused on tying up loose ends and helping the others with integration. As mentioned in the team status report, I modified the program to output the entire story once it is finished with all the new words bolded so users can 

Ashika’s Status Update for April 11

Ashika’s Status Update for April 11

This week, for the storytelling component alone, I finally finished grammar correction for nouns and I worked on creating a few more templates. I changed the format slightly to improve sentence tokenization, which makes it easier to send the story sentence by sentence to the 

Ashika’s Status Update for April 4

Ashika’s Status Update for April 4

This week I started integration with Abha for the text display. On my end, I created a display window (shown above) in Python that runs on a separate thread from the main program. This window is the same size as the pi and displays the 

Ashika’s Status Update for Mar 28

Ashika’s Status Update for Mar 28

This week I accomplished the following tasks: Grammar correction for verbs. I still need to do this for singular vs plural nouns, but it is working very well for verbs. User response processing for non-story states. All user responses are supported, including timeouts and words 

Ashika’s Status Update for Mar 21

Ashika’s Status Update for Mar 21

The events this week did not affect the software side too much. The whole system latency requirement has been scrapped, but that is mostly due to integration problems. For the software component, I actually managed to get the program running faster after switching to using 

Ashika’s Status Update for Mar 7

Ashika’s Status Update for Mar 7

I spent the first part of this week editing and formatting the design report. Once that was finished, I started creating a user program for the storytelling algorithm. The user interface is command line at the moment, and this is how the program works: Program 

Ashika’s Status Update for Mar 1

Ashika’s Status Update for Mar 1

This week, I focused on two aspects of the project. First, I finished up the storytelling portion of the design report. I already finished ironing out the details and conducting research on the metrics and validation prior to the design presentation, but I edited the 

Ashika’s Status Update for Feb 22

Ashika’s Status Update for Feb 22

This week, I started writing the code for story creation. I wrote two python programs: the first checks that the part of speech of a word matches the expected part of speech given a sentence for context. This will be used for error detection on