<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Java utility class for the Wordnet namespace</title>
	<atom:link href="http://www.hackdiary.com/2003/01/02/a-java-utility-class-for-the-wordnet-namespace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackdiary.com/2003/01/02/a-java-utility-class-for-the-wordnet-namespace/</link>
	<description></description>
	<lastBuildDate>Fri, 19 Feb 2010 13:50:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maurice</title>
		<link>http://www.hackdiary.com/2003/01/02/a-java-utility-class-for-the-wordnet-namespace/comment-page-1/#comment-20</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Sun, 23 May 2004 17:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackdiary.com/?p=16#comment-20</guid>
		<description>Computer security recourse: [Secure Root]
</description>
		<content:encoded><![CDATA[<p>Computer security recourse: [Secure Root]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashley</title>
		<link>http://www.hackdiary.com/2003/01/02/a-java-utility-class-for-the-wordnet-namespace/comment-page-1/#comment-19</link>
		<dc:creator>ashley</dc:creator>
		<pubDate>Sun, 25 Jan 2004 23:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackdiary.com/?p=16#comment-19</guid>
		<description>I have the same problem as Javier but with version JWNL1.3.
I ran the JWNLExample.java file on the command line in windows XP and got the following runtime error:
&gt;java cs276a.examples.JWNLExample
Exception in thread &quot;main&quot; java.lang.NumberFormatException: For input string: &quot;NUMBER_OF_VERB_FRAMES&quot;
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at net.didion.jwnl.data.VerbFrame.initialize(VerbFrame.java:22)
at net.didion.jwnl.JWNL.initialize(JWNL.java:133)
at cs276a.examples.JWNLExample.main(JWNLExample.java:22)

Any hints and help would be appreciated.
Thanks

-ashley
</description>
		<content:encoded><![CDATA[<p>I have the same problem as Javier but with version JWNL1.3.<br />
I ran the JWNLExample.java file on the command line in windows XP and got the following runtime error:<br />
>java cs276a.examples.JWNLExample<br />
Exception in thread &#8220;main&#8221; java.lang.NumberFormatException: For input string: &#8220;NUMBER_OF_VERB_FRAMES&#8221;<br />
at java.lang.NumberFormatException.forInputString(Unknown Source)<br />
at java.lang.Integer.parseInt(Unknown Source)<br />
at java.lang.Integer.parseInt(Unknown Source)<br />
at net.didion.jwnl.data.VerbFrame.initialize(VerbFrame.java:22)<br />
at net.didion.jwnl.JWNL.initialize(JWNL.java:133)<br />
at cs276a.examples.JWNLExample.main(JWNLExample.java:22)</p>
<p>Any hints and help would be appreciated.<br />
Thanks</p>
<p>-ashley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier Gramajo</title>
		<link>http://www.hackdiary.com/2003/01/02/a-java-utility-class-for-the-wordnet-namespace/comment-page-1/#comment-18</link>
		<dc:creator>Javier Gramajo</dc:creator>
		<pubDate>Fri, 07 Mar 2003 11:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackdiary.com/?p=16#comment-18</guid>
		<description>
Hi,

I&#039;m trying to start with jwnl, so a get from
the specified source (&lt;a href=&quot;http://sourceforge.net/project/)&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/project/)&lt;/a&gt;
jwnl12_jdk14.zip
jwnl12_jdk14_src.zip

I make the installation to &quot;c:\Program File\jwnl&quot;

I try to run your utility over Jbuilder7 with jdk 1.4, but I always get this error:

java.lang.NumberFormatException: NUMBER_OF_VERB_FRAMES
at java.lang.Integer.parseInt(Integer.java:426)
at java.lang.Integer.parseInt(Integer.java:476)
at net.didion.jwnl.data.VerbFrame.initialize(Unknown Source)
at net.didion.jwnl.JWNL.initialize(Unknown Source)

Even if I use only the Examples.java and give as a input parameter file_properties.xml or map_properties.xml

I get these errors:

net.didion.jwnl.JWNLException: Unable to install net.didion.jwnl.dictionary.MapBackedDictionary

at net.didion.jwnl.util.factory.Element.install(Unknown Source)

at net.didion.jwnl.JWNL.initialize(Unknown Source)

at wnginy.Examples.main(Examples.java:45)

Caused by: net.didion.jwnl.JWNLException: Could not open dictionary files

at net.didion.jwnl.dictionary.MapBackedDictionary.(Unknown Source)

at net.didion.jwnl.dictionary.MapBackedDictionary.install(Unknown Source)

at net.didion.jwnl.dictionary.MapBackedDictionary.install(Unknown Source)

... 3 more

Caused by: java.io.IOException: El sistema no puede hallar la ruta especificada

at java.io.WinNTFileSystem.createFileExclusively(Native Method)

at java.io.File.createNewFile(File.java:825)

at net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile.openFile(Unknown Source)

at net.didion.jwnl.dictionary.file.AbstractDictionaryFile.open(Unknown Source)

at net.didion.jwnl.dictionary.file.DictionaryCatalog.open(Unknown Source)

at net.didion.jwnl.dictionary.file.DictionaryCatalogSet.open(Unknown Source)

... 6 more


Can you help me, I&#039;m trying to found Synonyms from a group of words.

Thanks,

Javier
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to start with jwnl, so a get from<br />
the specified source (<a href="http://sourceforge.net/project/)" rel="nofollow">http://sourceforge.net/project/)</a><br />
jwnl12_jdk14.zip<br />
jwnl12_jdk14_src.zip</p>
<p>I make the installation to &#8220;c:\Program File\jwnl&#8221;</p>
<p>I try to run your utility over Jbuilder7 with jdk 1.4, but I always get this error:</p>
<p>java.lang.NumberFormatException: NUMBER_OF_VERB_FRAMES<br />
at java.lang.Integer.parseInt(Integer.java:426)<br />
at java.lang.Integer.parseInt(Integer.java:476)<br />
at net.didion.jwnl.data.VerbFrame.initialize(Unknown Source)<br />
at net.didion.jwnl.JWNL.initialize(Unknown Source)</p>
<p>Even if I use only the Examples.java and give as a input parameter file_properties.xml or map_properties.xml</p>
<p>I get these errors:</p>
<p>net.didion.jwnl.JWNLException: Unable to install net.didion.jwnl.dictionary.MapBackedDictionary</p>
<p>at net.didion.jwnl.util.factory.Element.install(Unknown Source)</p>
<p>at net.didion.jwnl.JWNL.initialize(Unknown Source)</p>
<p>at wnginy.Examples.main(Examples.java:45)</p>
<p>Caused by: net.didion.jwnl.JWNLException: Could not open dictionary files</p>
<p>at net.didion.jwnl.dictionary.MapBackedDictionary.(Unknown Source)</p>
<p>at net.didion.jwnl.dictionary.MapBackedDictionary.install(Unknown Source)</p>
<p>at net.didion.jwnl.dictionary.MapBackedDictionary.install(Unknown Source)</p>
<p>&#8230; 3 more</p>
<p>Caused by: java.io.IOException: El sistema no puede hallar la ruta especificada</p>
<p>at java.io.WinNTFileSystem.createFileExclusively(Native Method)</p>
<p>at java.io.File.createNewFile(File.java:825)</p>
<p>at net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile.openFile(Unknown Source)</p>
<p>at net.didion.jwnl.dictionary.file.AbstractDictionaryFile.open(Unknown Source)</p>
<p>at net.didion.jwnl.dictionary.file.DictionaryCatalog.open(Unknown Source)</p>
<p>at net.didion.jwnl.dictionary.file.DictionaryCatalogSet.open(Unknown Source)</p>
<p>&#8230; 6 more</p>
<p>Can you help me, I&#8217;m trying to found Synonyms from a group of words.</p>
<p>Thanks,</p>
<p>Javier</p>
]]></content:encoded>
	</item>
</channel>
</rss>
