Skip to content

Final project for APCS

License

Notifications You must be signed in to change notification settings

caojohnny/dabble

Repository files navigation

dabble

Final project for APCS

I made a command-line dictionary that makes a horrendous attempt to quantify the context of English sentences in order to define individual words.

I'm particularly proud of a binary search implementation I wrote to look through a RandomAccessFile for the word, taking into consideration the non-machine-friendliness of the text file I used. Looking back, I probably should have parsed it all in the first place to make it more machine friendly, but I didn't want to deal with the hassle of distributing the text file itself.

Slides for my presentation can be found here

About

Final project for APCS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages