search for: thesaurus

Displaying 20 results from an estimated 21 matches for "thesaurus".

2006 Oct 29
1
Thesaurus search
Can anyone help me with doing searches using thesaurus. I really want to do searches that are simple that I make up. For example, a search on "TV" will bring back results that include "Television" and vice versa. Any help appreciated. Clare -- Posted via http://www.ruby-forum.com/.
2012 Mar 25
1
New to Linux (Xubuntu) - Install Oxford Thesaurus + Dict?
...ing worthwhile about how to do anything with Wine or Xubuntu - I am a rookie. With the help of various forums - I've been able to do quite a bit so far - but only with their good directions, or I'd be lost. I've read your pages and see that some versions of Oxford's dictionary and thesaurus have run on older versions of Wine. I am desperately trying to figure out if I can run some version of Oxford's thesaurus and hopefully their dictionary through Wine on Xubuntu. Can I do this? (I haven't purchased the Oxford software yet - but I could be older software if that would be easi...
2007 Aug 13
2
Policy routing question
...ault gateway being one of the links and using policy routing to honor requests for a specific link. Everything works as expected when I request a specific IP to bind to. But if I request a specific interface things fall apart in ways that I can not explain: default gw (WORKS) ---------- rabbit@Thesaurus:~$ ping -c 1 yahoo.com PING yahoo.com (216.109.112.135) 56(84) bytes of data. 64 bytes from w2.rc.vip.dcn.yahoo.com (216.109.112.135): icmp_seq=1 ttl=48 time=142 ms request IP on same link as default gw (WORKS) ------------------------------------- rabbit@Thesaurus:~$ ping -I 192.168.9.102 -c 1...
2005 Aug 23
4
Functions with the same name: best practices
...in profile for "investigating behavior of objective function near the solution represented by fitted." A little thinking and a quick survey of other packages reveal some possible solutions: * capitalise the function differently (eg. Profile) * use a prefix/suffic (eg. Rprof) * use a thesaurus * use namespaces (and rely on others to use namespaces correctly in their code/packages) What would you suggest? Thanks again, Hadley
2008 Jan 18
16
Need a good RoR developer
Hi, I''m looking for qualified Ruby on Rails developers to work on a client web portal project in Midtown Manhattan for a large financial research company. Requirement Overview: Ruby / Ruby on Rails developer with strong object oriented programming background. Good understanding of model driven architecture, MVC, RDBS and data modeling. Required Skill Set: - BS. in Computer Science (or
2007 Mar 15
1
Openvpn routing problem
...B dev ppp0 proto kernel scope link src A.A.A.A 10.0.13.2 dev tun0 proto kernel scope link src 10.0.13.1 10.0.13.0/24 via 10.0.13.2 dev tun0 192.168.13.0/24 dev eth1 proto kernel scope link src 192.168.13.1 default dev ppp0 scope link CLIENT (192.168.9.11, machine behind a router) root@Thesaurus:~# ip addr ... 2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:11:09:8d:4f:c1 brd ff:ff:ff:ff:ff:ff inet 192.168.9.11/24 brd 192.168.9.255 scope global eth0 ... 5: tun_arx: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1500 qdisc pfifo_...
2011 Mar 17
0
Processed: tagging as pending bugs that are closed by packages in NEW
...ocessing commands for control at bugs.debian.org: > # Thu Mar 17 19:03:59 UTC 2011 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: mythes-it > tags 617565 + pending Bug #617565 [openoffice.org-thesaurus-it] please rename to mythes-it Added tag(s) pending. > # Source package in NEW: mythes-it > tags 617555 + pending Bug #617555 [openoffice.org-thesaurus-it] uninstallable, needs to allow LibreOffice Added tag(s) pending. > # Source package in NEW: ctpl > tags 579509 + pending Bug #579509...
2010 May 07
1
undefined method 'find_by_sql'
Why would I get an undefined method `find_by_sql'' for #Example: 0x981a4e4> for error when trying to use the find_by_sql method in my model? def init_dictionaries tables = find_by_sql( "SHOW TABLES FROM thesaurus" ) @@tables = tables.collect{ |t| t.Tables_in_thesaurus } end -- 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 u...
2001 Dec 13
2
k-means with euclidian distance but no coordinates
Hi, I'm trying to build a thesaurus that will sensible values for rare words. I suspect the best algorithm to use is k-means although I'm not sure about that -- I would have preferred a k dimensional space with a binary cluster in each dimension so a word can belong to 0..k clusters, but I digress... I can measure the strength...
2018 Jun 06
2
Using ControlPlayback with AWS S3
Hi, I have tested ControlPlayback and grabbed files via an apache server with no issue. I want to be able to grab files via aws S3 which would require me to add some headers to authenticate. Is there any way to have Asterisk add headers or would I need a http proxy in the middle? TIA. Dovid -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Nov 28
13
What to call a class: Manifest? Configuration? ResourceContainer?
Hi all, I''ve got a new class in the current code, which I''ve been calling Configuration but Matt reasonably thinks is horrible. He is recommending the name Manifest, and I figured I''d see what others thought. The point of the class is to function as a resource container -- it keeps a reference to all of the resources we''re managing, and knows how to
2009 Dec 07
1
Autocomplete for phrases
...ack results unnecessary results. We want to allow searching via an incomplete chunk of the title, starting from the beginning of any word in the title and ending anywhere. For example, say we have a set of document titles, like so: [1] - "welcome to the jungle", [2] - "welcome to thesaurus", [3] - "welcome all to the jungle", [4] - "all jungle" When passing the following queries to parse_query with QUERY_PARTIAL, we are seeing... w -> 1, 2, 3 welcome to the -> 1, 2, *3 jung -> 4, 1, 3 all jungle...
2002 Nov 17
1
SVD for reducing dimensions
...ng between about 5 and 50 would be ok), which I will call a feature vector. The the distance between two words represents the similarity of the contexts of the words, so big and little have very similar contexts and should get a similar representation. Basically to build something similar to a thesaurus. I have computed bigram counts between the n most common words, for varying values of n between 500 and 5000. These are saved to a file which I can load with read.table. This matrix is symmetric and far from sparse, although I can adjust the sparseness by changing the bigram window. First que...
2008 Nov 25
3
Cannot use "Application" as a model?
..._support/dependencies.rb:89:in `const_missing'' from (irb):1 I get the same error when running the application using script/server: "Expected /home/rkrueger/source/rails/appgoboom/app/controllers/ application.rb to define Application" I''ve been trying to go through the thesaurus in my head to find other names to use than "Application", but honestly Application is what I want. Everything else sounds lame... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&quot...
2005 Mar 21
4
Why is asterisk's voice mail called comedian.
Hi list, Is this supposed to be a joke? It doesn't sound very professional. comedian n 1: a professional performer who tells jokes and performs comical acts Moby Thesaurus words for "comedian": banana, buffoon, burlesquer, card, caricaturist, choreographer, clown, comedienne, comic, cutup, dramatist, dramatizer, dramaturge, droll, epigrammatist, farcer, farceur, farceuse, farcist, fool, ...
2008 Oct 02
1
MS Office Word 2003
I have finally managed to install office 2003. I can now start everything as a normal (non root) user. Many thanks to all the Wine community and to dimesio for suppport. One very small problem remains : Word only works in safe mode. Any fix for this ? :D Nikolo
2006 Feb 06
1
upsimage/upsstats: 3phase support
...t really should be taken care of. * Update man-pages. /Nikke -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Niklas Edmundsson, Admin @ {acc,hpc2n}.umu.se | nikke@acc.umu.se --------------------------------------------------------------------------- Thesaurus: ancient reptile with an excellent vocabulary =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -------------- next part -------------- A non-text attachment was scrubbed... Name: nut-devel-cgi3phase.diff.gz Type: application/octet-stream Size: 6129 bytes Desc: Url : http...
2018 Jun 06
2
Using ControlPlayback with AWS S3
...nderstand the connection between Apache/HTTP and > ControlPlayback. They're two quite separate things to me. > > > > Antony. > > -- > Archaeologists have found a previously-unknown dinosaur which seems to > have > had a very large vocabulary. They've named it Thesaurus. > > Please reply to the > list; > please *don't* CC > me. > > -- > _____________________________________________________________________ > -- Bandwidth and Col...
2009 Dec 31
3
Current state of MS Office 2003?
I installed Office 2003 in Wine without any winetricks or native DLLs. Excel works great, Word crashes a lot and can't save. What's the current best attempt to get Word 2003 to work in Wine? I see the AppDB shows no ideas on getting it working ... It's supported in CrossOver, so it should be possible in winehq Wine! Has anyone got Word working? - d.
2006 Nov 25
5
Metaphone analysis
...with using slop (which measures the Levenshtein distance, http://en.wikipedia.org/wiki/Levenshtein, between two terms) so that I can put in a "Did you mean xxx" feature (where xxx is a list of terms within a certain distance of the original query). Plus many other ideas also, such as thesaurus searching. Hopefully this has been informative. Wanted to show how to create new Analyzers and Filters for anyone who was curious (I know I was until today), as well as give a general idea for how I''m going to put them to use. I''d be happy to hear any questions or comments on...