similar to: [GSOC 2011] Improving Spell Checker

Displaying 20 results from an estimated 700 matches similar to: "[GSOC 2011] Improving Spell Checker"

2014 Dec 30
2
Adding support for phonetic correction via soundex algorithms
Hello! I'm Shubham Sharma, a 3rd year Information Systems student at BITS Pilani, and I'd like to explore the possibilities of a GSOC Project that would aim at improving the tolerant retrieval capabilities via *phonetic* correction(: misspellings that arise because the user types a query that sounds like the target term. ) I did find spelling correction via edit distance in
2006 Nov 25
5
Metaphone analysis
Not sure how much this will interest people but I don''t have a blog so I''m posting something I threw together today cause I think it might be useful. In what little free time I have I''ve been wanting to put together a Rails/Ferret based restful dictionary. So I finally got a chance to get started today so the first thing I wanted to do was implement a metaphone
2008 Jan 06
3
Did you mean ...? with act_as_ferret
Hello, does anybody know how to implement a "Did you mean ...?" like Google with act_as_ferret? I think this is a possible way: 1. Generate a keyword-list (this is my difficulty. I don''t know how to build such a list from the index) with no stop-words from the first index. e. g. (car, ship, plant, house) 2. Build a second index from this word-list where we store the word in
2011 Mar 23
1
[GSOC 2011] Participate
Hey Everyone, I am interested in participating in open source project through Google Summer of Code 2011. I went through the idea list and I am keen on *improving spelling correction *as I have projects in algorithms and lingustics. Can anyone suggest me some reading material? Thank you, Prasad Prabhu Masters Student SUNY STONY BROOK NY Follow Me on: Twitter
2011 Mar 23
1
[GSOC 2011] Participate
Hey Everyone, I am interested in participating in open source project through Google Summer of Code 2011. I went through the idea list and I am keen on *improving spelling correction *as I have projects in algorithms and lingustics. Can anyone suggest me some reading material? Thank you, Prasad Prabhu Masters Student SUNY STONY BROOK NY Follow Me on: Twitter
2009 Jan 22
2
how to make a soundex method in
I am working with a table in my database where I am looking through every record to see if it matches with every other record in that same table to see if its a soundex match or not I want to define a method where I can call it as a true or false statement like: onerecord.soundex(otherrecord) = true or false and be able to run the code below based on if its true or false -- Posted via
2009 Nov 25
1
implementing soundex algorithm
how can i implement soundex algorithm in rails app?? my database is mysql I want to search a particular table''s data using soundex -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send
2012 Nov 02
2
Merge data frame with mispelling characters
Hello dear R-helpers, I'm working with R-2.15.2 on Windows 7 OS. I'm stucked with a merge of two data frames by characters. In each data frame I got two different list of names, that is my main-key to be merged. To figure out what I'm saying, I build up a modified "?merge" example, with errors by purpose: # Data for authors: authors <- data.frame( surname =
2006 Jan 10
5
matching country name tables from different sources
Hi, Before I reinvent the wheel I wanted to kindly ask you for your opinion if there is a simple way to do it. I want to merge a larger number of tables from different data sources in R and the matching criterium are country names. The tables are of different size and sometimes the country names do differ slightly. Has anyone done this or any recommendation on what commands I
2008 Mar 14
0
Thunderbird: can't seem to install french spell checker
Hi, I can't install a french spell checker in Thunderbird. There's a link in Thunderbird's preferences, to download new dictionaries, but it's dumb. So I downloaded the dictionary manually (spell-FR.xpi) and installed it in Thunderbird using the 'Extensions' dialog. But the installed dictionary doesn't appear anywhere. Googled some over this problem, and it seems
2008 Jun 03
0
spell checker in text area an text field
Plz anyone can give me a hint on how to do spelling check in text area and text field. If there is any plugin available then let me know guys. Fck editior is not what I am looking at. Help me --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2001 Dec 05
1
Agent spell checker behavior
Howdy, I've got an interesting behavior change in Agent in Wine as compared to Agent in Windows. (And it doesn't have to do with the Clipboard ;-) When I spell check an email in Agent(Windows), and I get a word not found, I get a window that shows the not found word with a highlighted suggested correction. When I spell check an email in Agent(Wine) the same thing happens except the
2007 Apr 18
5
Turning off spell checker in TextCtrl
Hi, I''m running WxRuby2 on Mac OS X. Something is spell checking the text that I put into it; words it doesn''t recognize get an annoying red line under them. How can I turn the spell checker off? Thanks, Paul
2006 Aug 22
5
Creating mysql triggers with migrations blows up
def self.up execute("delimiter ^ ") sql = <<-_SQL CREATE TRIGGER customer_bi BEFORE INSERT ON customers FOR EACH ROW BEGIN SET NEW.sndx = SOUNDEX(NEW.lname) ; END ^ _SQL sql.split(''^'').each do |stmt| execute(stmt) if (stmt.strip! && stmt.length > 0) end execute("delimiter ;
2016 May 02
2
Ubuntu 14 Warning
This morning, 2 of us noticed that running contrib/scripts/install_prereq on a fresh Ubuntu 14 system actually removed critical packages like network-manager, openssh-server, perl, git, and a bunch of others. It appears that the culprit is the libsnmp-dev package. It's default conflict resolution solution is to uninstall conflicting packages and the alternate solution is to correctly upgrade
2011 Sep 19
1
Announcement: Geppetto 2.0.0 released
The 2.0.0 release of Geppetto is available as download and updates from within Geppetto for all users of 1.0.x. Please see the FAQ at: http://cloudsmith.github.com/geppetto/faq.html for information if you run into problems updating. Checkout http://cloudsmith.github.com/geppetto/faq.html#2011/06/28/how-do-i-update if you need instructions how to run update. In this release =============== *
2006 Aug 12
9
Finding the closest match?
I am trying to do a search for a crazy problem. Anyways, the search can only contain one word and the database it''s searching contains one word per row. Basically if someone tries to search for a word I want to find the closest match. Ex: If someone types "cat" and "cat" is not in my database, but "bat" is, how could I select bat? Also, if someone
2010 Sep 16
1
Firefox spelling checker
I just noticed that since the last updates, Firefox no longer does the automatic spelling checking thing in text boxes. I'm sure that it used to work and I'm not sure exactly when it stopped. I just tried it on two different up-to-date Centos 5 machines with the same results. "Check my spelling as I type" is set. -- MELVILLE THEATRE ~ Melville Sask ~
2011 Mar 23
1
prap89@gmail.com has invited you to join their workspace, prasadprabhu
prap89 at gmail.com has sent you an invitation to their workspace. We've prepared an account for you to log in: Username: xapian-devel at lists.xapian.org Password: (choose your own) Log in here: https://my.pbworks.com/verify.php?email=xapian-devel%40lists.xapian.org&id=b8249f5043c9d307db10eca98bb74218297699ae&key=bc6daba0&wiki=prasadprabhu Thanks, Your PBworks Team
2015 Jul 07
4
procesamiento de textos con R
Buenos días, quisiera saber si existe algún paquete en R para procesamiento de texto, búsqueda de similitudes y ese tipo de cosas. He estado buscando pero no he encontrado nada al respecto. Gracias Un saludo [[alternative HTML version deleted]]