cue.language: a small Java library for natural language text tasks
December 2, 2009 6:47 PM Subscribe
cue.language: a small Java library for natural language text tasks
Over the 18 months or so that my Wordle toy has been in heavy use, I've continually improved the rudimentary utilities I use to detect language, count words, and such. Thanks to IBM's relatively sane policies about open source software, I'm able to share that small body of code (and resources) with the world. So, if you want to auto-detect language, remove stop words in a bunch of languages, or count n-grams (with Java), then maybe this will be useful to you. Otherwise, it's hard to imagine anything less useful. I mean that literally. I mean, like, an ice tray that's too deep to fit in your freezer? Some expired photo-processing chemicals? Ague?
Over the 18 months or so that my Wordle toy has been in heavy use, I've continually improved the rudimentary utilities I use to detect language, count words, and such. Thanks to IBM's relatively sane policies about open source software, I'm able to share that small body of code (and resources) with the world. So, if you want to auto-detect language, remove stop words in a bunch of languages, or count n-grams (with Java), then maybe this will be useful to you. Otherwise, it's hard to imagine anything less useful. I mean that literally. I mean, like, an ice tray that's too deep to fit in your freezer? Some expired photo-processing chemicals? Ague?
You made wordle? Pretty cool. Congrats.
posted by joost de vries at 4:55 AM on December 4, 2009
posted by joost de vries at 4:55 AM on December 4, 2009
Thank you for your comments. Please let me know (via email, if you like) whether you actually have a use for the stuff, and how it could be improved. Cheers!
posted by e.e. coli at 1:12 PM on December 4, 2009
posted by e.e. coli at 1:12 PM on December 4, 2009
« Older ExpatQA.com - The World Is Your Question Mark!... | "I See String"... Newer »
posted by tmcw at 6:02 PM on December 3, 2009