954,523 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Information Extraction

hi guys,

i am doing a final year project regarding the ontology population using information extraction. i am to use Java and GATE. i need some help in the part of information extraction as this is supposed to be coded in java.

so please...help me start off my project. all valid responses will be appreciated. thanking you in advance.

digital_dizasta
Newbie Poster
6 posts since May 2008
Reputation Points: 10
Solved Threads: 0
 

we're not going to do your work for you.
What have you done already, and what specifically do you have problems with?
It's your project, so you'd better start learning about what you're supposed to do.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

ok bro...m not being a leecher here....but i have already started the java coding....the only prblem is calling the GATE functions into my java code....can ya help me with that?? and also...my java program is command-based....i want to make it a GUI. for instance, reading a text file...and the GUI shows the text file and highlights the entities that are required. can ya help me with that??

digital_dizasta
Newbie Poster
6 posts since May 2008
Reputation Points: 10
Solved Threads: 0
 

Isn't this sufficient? GATE Example Code

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

hello, im not sure if i should post this here...
im trying to work with the GATE system, i want to perform the Named Entity Recognition task with ANNIE, an information extraction system that comes with GATE.
i want to call ANNIE in my code, so i have to use GATE Embedded.
and when i try to call the method Gate.init(), it gives me an exception:
this is the entire command line process, in windows:

C:\Documents and Settings\Administrator\Desktop\example>java StandAloneAnnie "target_text.txt"
Initialising GATE...
GATE home system property ("gate.home") not set.
Attempting to guess...
Using "C:\Program Files\GATE-5.1" as GATE Home.
If this is not correct please set it manually using the -Dgate.home option in your start-up script
Using C:\Program Files\GATE-5.1 as GATE home
Using C:\Program Files\GATE-5.1\plugins as installed plug-ins directory.
Using C:\Program Files\GATE-5.1\gate.xml as site configuration file.
Using C:\Documents and Settings\Administrator\gate.xml as user configuration file
Using C:\Documents and Settings\Administrador\gate.session as user session file
Exception in thread "main" java.lang.NoClassDefFoundError: org/jdom/JDOMException
at gate.Gate.init(Gate.java:123)
at StandAloneAnnie.main(StandAloneAnnie.java:92)
Caused by: java.lang.ClassNotFoundException: org.jdom.JDOMException
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 2 more

thanks for your help :)

agugglez
Newbie Poster
23 posts since Apr 2010
Reputation Points: 10
Solved Threads: 2
 

hi again
i already solved my problem, i was missing a *.jar i had to add.
thanks anyway, i'll comeback if i need any help.

agugglez
Newbie Poster
23 posts since Apr 2010
Reputation Points: 10
Solved Threads: 2
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You