1. September 2007 at 14:34
filed under
During my diploma thesis, I needed functions and methods to access the FrameNet database without having to worry about XML, XPath and XSLT every time. So I wrote this Java API, which I release under the terms of the GNU General Public License.
The API now has its place here.
Comments are closed.
Huang
on 17. Oktober 2007 at 05:20
Hi, Reiter!
I am using your FrameNet API these days, it is wonderful, thank you very much. But I found an error during loading the frames.xml in framenet.loadAllFlames(), that is the nettlesome problem of OutOfMemoryError. I think this is because of the XPath evaluate method. and I have resolve it by using the open source API Dom4J and Jaxen.
Huang
Nils
on 17. Oktober 2007 at 10:01
Hi Huang,
yes, I am aware of this. I always started my programs with more heap space:
$ java -Xmx2G program
for instance.
nils
Denzil Correa
on 19. Juni 2009 at 15:28
Hi Nils,
Is there a sample start up program available which demonstrates a small sample on how to use the Java FrameNet API ?