search for: wordnet

Displaying 20 results from an estimated 20 matches for "wordnet".

Did you mean: worldnet
2011 Jan 18
1
Loading wordnet in R
I ve installed wordnet 2.1 and R 2.11.0 on windows 7. Whenver i try to load wordnet in R, i get an error initDict() FALSE cannot find wordnet 'dict' directory, Please set the WNHOME variable to its parent. I have tried setting WNHOME to "C:\Program Files (x86)\WordNet\2.1\dict","C:\\Program Files...
2008 Sep 30
1
problem loading WordNet into R
Hello, I am hoping someone can assist me with a problem I have trying to load the WordNet dictionary into R. Below is the error message I receive: > library(wordnet) > initDict() [1] FALSE Warning message: In initDict() : cannot find WordNet 'dict' directory: please set the environment variable WNHOME to its parent I have entered the Variable value via: control ->...
2009 Aug 20
1
Problems with loading 'wordnet' in a standalone pc
Hi group, I have the following error code after submitting library(wordnet) in a standalone pc. rJava is already in place. Error in .jpackage(pkgname,lib.loc=libname) unused argument(s) (lib.loc=libname) Error: .onLoad failed in 'loadNamespace' for 'wordnet' Error: package/namespace load failed for 'wordnet' My guess is I miss something from the...
2009 Aug 15
1
extracting text from wordnet using synonym()
Dear group, There are postings on extracting partial string using sub()/gsub()/gsubfn() but I still couldn't figure this one out. Supposed I am pulling the synonyms of "help" using synonyms("help") from wordnet and get the followings: > synonyms("help") [1] "c(\"aid\", \"assist\", \"assistance\", \"help\")" [2] "c(\"aid\", \"assistance\", \"help\")" How can I get a one character s...
2010 May 14
0
word similarities using the R Wordnet package
...and natural language processing, and would like to accomplish a task that requires the determination of the distance between two words. The idea is to find how close are words with reference words like "bad", "good" and such, for use as a naive sentiment analyzer. I am aware of Wordnet implementations in Python and Perl, and have also grappled with calling Perl modules within R but my search for a pure R implementation continues. The Wordnet package in R is great for other lexical tasks (finding synsets, etc.) and currently does not support the distance/similarity computations....
2007 Apr 30
1
Xapian document matching
Hi, i'm wondering is there a possibility to do like ABCSok do (http://nyheter.abcsok.no/), to make "Main article" and "Same articles" collapsed to it. Like on http://news.google.com/?hl=en the same thing. "Parent" and "same article on other sites" (they do differ from each other a little bit). Maybe somebody know how to do that thing or where to read
2012 Dec 08
2
Want to contribute code to the Xapian project
...ontributing code to the XAPIAN project. The work you people do sounds extremely fascinating and interesting.Can someone just give me a brief overview of how to proceed ?. I Can code in C,C++ and Python and have experience in Natural Lanuage Processing.Am also quite comfortable with NLTK and using Wordnet.Am also good a matrix algebra and probability theory. However,am new to Information Retrieval and would really appreciate if someone could give me some help on how to start with IR.Thanks . -Aarsh Shah
2006 Jul 10
3
Plurals and synonym lists
...perhaps stemming. For example, tax would search for taxes and taxing or ball would search for balls... Also - anyone done any work with synonym lists. I want to be able when I do a search on chair to also do a search on stool, seat, bench etc. I saw something around this in a Lucene book around WordNet but have no idea how to implement in Ferret. As you can probably tell I am pretty new to both Lucene and Ferret. Thanks again in advance. -- Posted via http://www.ruby-forum.com/.
2014 Apr 13
2
Adding an external library to Xapian
...expand.cc xapian-core-1.2.17/examples/simpleexpand.cc --- xapian-core-1.2.17-o/examples/simpleexpand.cc 2014-01-29 08:27:44.000000000 +0530 +++ xapian-core-1.2.17/examples/simpleexpand.cc 2014-04-13 19:45:23.000000000 +0530 @@ -20,6 +20,8 @@ #include <xapian.h> +#include "/usr/local/WordNet-3.0/include/wn.h" + #include <iostream> #include <string> @@ -33,23 +35,29 @@ try { // We require at least two command line arguments. if (argc < 3) { - int rc = 1; - if (argv[1]) { - if (strcmp(argv[1], "--version") == 0) { - cout << "si...
2014 Apr 13
2
Adding an external library to Xapian
My code is not on Github. I am using the tarball as of now. The following it the error that occurred: http://pastebin.com/cVJrjUZX On Sun, Apr 13, 2014 at 8:16 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 15:37, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > A linker error is encountered even after following the above
2007 Jul 07
2
Extending/Modifying QueryParser
...of what I''ve done so far: My model classes in my rails app use acts_as_ferret with a call that looks like: acts_as_ferret( :fields => [:body], :store_class_name => true, :ferret => { :or_default => false, :analyzer => SynonymAnalyzer.new(WordnetSynonymEngine.new, []) } ) I created a SynonymAnalyzer and SynonymTokenFilter: class SynonymAnalyzer < Ferret::Analysis::Analyzer include Ferret::Analysis def initialize(synonym_engine, stop_words = FULL_ENGLISH_STOP_WORDS, lower = true) @synonym_engine = synonym_engine...
2011 Mar 29
2
Participation in GSOC
...ns to connect the query string with this doc. could be interesting to improve quality of ranking. Another interesting project is the query parser. I could imagine improving it, by adding some natural language proceccing to avoid the need of binary keywords, as well as using semantic databases like WordNet to improve matching by normalizing the sematics of a query term. Of course, this is not an easy task, and multilanguage support is quite hard, but anyway, I think its worth working on it, starting with some special cases. A natural language date parser, like chronic for ruby could be a usefull fea...
2011 Mar 29
2
Participation in GSOC
...ns to connect the query string with this doc. could be interesting to improve quality of ranking. Another interesting project is the query parser. I could imagine improving it, by adding some natural language proceccing to avoid the need of binary keywords, as well as using semantic databases like WordNet to improve matching by normalizing the sematics of a query term. Of course, this is not an easy task, and multilanguage support is quite hard, but anyway, I think its worth working on it, starting with some special cases. A natural language date parser, like chronic for ruby could be a usefull fea...
2010 May 22
1
calling Perl script from R on Windows 7
...\\bin\\perl hello.pl")) - In the help for 'system' in R, it mentions making the above changes if one wants to pass a command to the cmd on a windows machine. I am using R 2.9.2 on Windows 7. I'm doing this since I want to run perl scripts to find distance measures between words (Wordnet Similarity perl modules) and capture the numeric result from the perl script execution back into R. I have heard of RSPerl but I would greatly appreciate a solution using system. Writing the result to a file and then reading the file could be a another option, but I'd like to learn about captur...
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/.
2006 Aug 22
3
synonyms
Hi, Using ferret and acts_as_ferret. Great work. Is there a way to define some synonyms (searchable words that would not appear in the texts ? Like stop words, but instead of being removed from query and index, they would be added ;-) Can some synonyms be regexp ? I''d like for instance to have ? (oelig) be equivalent to oe in French. Or maybe an utf8 normalization could achieve
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ Updated packages ---------------- New reviews ----------- This email provided as a service for the R community by http://crantastic.org. Like it? Hate it? Please let us know: cranatic at gmail.com.
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * disclapmix (0.1) Maintainer: Mikkel Meyer Andersen Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen License: GPL-2 http://crantastic.org/packages/disclapmix disclapmix makes inference in a mixture of Discrete Laplace distributions using the EM algorithm. * EstSimPDMP (1.1) Maintainer: Unknown Author(s):
2011 Jan 17
2
How to still processing despite bug errors?
...Test (Achim Zeileis) > 26. Re: holding objects in dataframes (Uwe Ligges) > 27. Re: Hausman Test (Arne Henningsen) > 28. Re: Hausman Test (Holger Steinmetz) > 29. ODD ODD ODD stuff!! (Freddy Gamma) > 30. xyplot: modify axis tick marks (Kang Min) > 31. Getting Synonyms using wordnet (Nick) > 32. Re: ODD ODD ODD stuff!! (Sarah Goslee) > 33. Re: xyplot: modify axis tick marks (Dennis Murphy) > 34. Re: Random Effects Meta Regression (Viechtbauer Wolfgang (STAT)) > 35. Re: ODD ODD ODD stuff!! (Jim Holtman) > 36. Re: data prep question (rstrothe) > 37. grid....
2010 Jul 18
6
CRAN (and crantastic) updates this week
...vardiag (0.1-3), varSelRF (0.7-2), vbmp (1.16.0), vcdExtra (0.5-0), vegan (1.17-3), vegdata (0.1.5), venneuler (1.0-2), VGAM (0.8-1), vowels (1.1), VPdtw (2.1-6), vrmlgen (1.4.4), wavelets (0.2-6), waveslim (1.6.4), wavethresh (4.5), wgaim (0.99-1), wle (0.9-4), WMCapacity (0.9.5.0), wmtsa (1.0-5), wordnet (0.1-6), xlsx (0.2.1), xlsxjars (0.2.0), XML (3.1-0), xts (0.7-1), yaImpute (1.0-11), zoo (1.6-4) New reviews ----------- * survey, by s195404 http://crantastic.org/reviews/79 * RODBC, by s195404 http://crantastic.org/reviews/78 This email provided as a service for the R community by http...