Since 4/2/2012 5:34:57 AM, shreyas.satish has written 3 articles and participated in 0 conversations. shreyas.satish signature: shreyas.satish
shreyas.satish's articles:
Items(3) /1
Lemmatization in Ruby0227 (4/11/2010 6:09:34 AM) comp.lang.ruby I have tried using a stemmer but the words it produces are just not upto
the mark. It could be great if you could let me know any lemmatizer
script there exists for ruby or a lemmatizer gem or an SQL query th... Shreyas
Ruby uninstall and fresh install1238 (4/7/2010 10:12:25 AM) comp.lang.ruby Everything was working fine , until we decided to upgrade ruby to 1.8.7
from 1.8.6, and thats when all hell broke loose. When we compiled Ruby
1.8.7 from source it got installed into /usr/local/bin and Ruby 1... Shreyas
Find a set of common elements from a multi-dimensional array2182 (4/6/2010 12:50:24 PM) comp.lang.ruby I have a multi-dimensional array ; a=[[2,3,4],[1,3,4],[1,2],[1,2,3,4]]
i've to compare all the 4 sub-arrays and get common elements.Next,take 3
subarrays at a time and get common elements.then take 2 sub arra... Shreyas