It’s been great being in this class. Sorry I forgot to upload the file.
Dean.
platoHelper documentation
Author Archive for awared
the ability to get an idea of a web page without actually reading it
Published by April 19th, 2007 in Uncategorized. 0 CommentsAnother idea for the the program I had was using the world wide web as a source. It is currently taking a text file as a source; what if it took a website or blog? That way the user can in a way get a feeling of what is on the web when they write […]
I will be working on the word suggestion program for the final. The idea is to suggest words based on the last word user has typed from a certain text chosen by the user.
The idea of finding lent its way to sentences. I have always thought of a good way to search through a text […]
I have been having trouble with all the different classes. How to bring everything together has been a challenge. I thought I would reorganized the classes base on the GUI.
To make the interface useful I was able to assign the buttons different functions. I had to use action events, listener and a proper structure […]
The idea of a word suggestion program is now somewhat tangible using concordance to reads all the text from a source file, storing it into a treemap and the words surrounding the word that matches what the user types are suggested — I went back to developing the interface again.
Initially I had achieve the text-processing […]
I have been able to get the code for typing and storing the last typed using strings. We already know different ways to sort and search text. What remains is connecting these two: using the last typed word to search through a file. As for the name of the program I had no problem…
For a midterm project I was thinking about the idea of word-suggestion. This is already implemented in most editing programs to some extent: When you begin to write certain words e.g. September, the program suggests the whole word.
I remember a word processing software developed by Intellitools which we used disabled students had a word suggestion […]
It took a long time to finally feel comfortable with compiling and running
java applets manually. I worked many different examples that I found. In
the example that took me a long time to finish I wrote a program that switches the first person to second person based on the spam that we worked
with in class. There […]