473,493 Members | 2,245 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How can I use stanford parser package?

8 New Member
I have downloaded stanford parser package from web because I want to use it in my java program. I don't know that in which subfolder of jdk 1.5.0_22 should I extract the .rar files of stanford parser. Can any one tell me. I'll be thankful.
Aug 29 '10 #1
1 3870
Nepomuk
3,112 Recognized Expert Specialist
Hi!

If you want to use external libraries or sources, you don't have to have them in your jdk directory. If you're using a development environment (e.g. Eclipse, JBuilder, ...) you can include them there, otherwise you have to add them to the java classpath when using javac.

The easiest way to do that would be if there's a .jar file in that archive you downloaded. In that case, just add the option
Expand|Select|Wrap|Line Numbers
  1. -cp C:\path\to\jar\file.jar;.
to the arguments. (Assuming, you're in the directory of your program - otherwise replace the "." with the path to that.)

Greetings,
Nepomuk
Sep 1 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

13
2260
by: Paulo Pinto | last post by:
Hi, does anyone know of a Python package that is able to load XML like the XML::Simple Perl package does? For those that don't know it, this package maps the XML file to a dictionary.
0
1814
by: flamencoman | last post by:
Hi, Has any one used the XML::Parser module with the Subs style? The Perl documentation states: "Each time an element starts, a sub by that name in the package specified by the Pkg option...
4
2127
by: Adrian | last post by:
Hello everyone, I am quite new when it comes to things XML. I realize that a parser is in fact needed for the xml, but I am not quite sure what I need. I do know how to use apache, mysql, php...
0
1460
by: Guillaume Jeudy | last post by:
Hi, I'm trying to serialize a DOM constructed from the following URL which is subject to change very frequently: ...
4
4244
by: annoyingmouse2002 | last post by:
Hi there, sorry if this a long post but I'm really just starting out. I've been using MSXML to parse an OWL but would like to use a different solution. Basically it reads the OWL (Based on XML)...
25
12735
by: Ali-R | last post by:
Hi, Is there a parser which parses CSV files? Thanks for your help. Reza
1
1710
by: flconseil | last post by:
Hello, I am writing a tool to package several files into a single file. It is quite similar to the 'phar' PEAR package but with more features, as I want to connect it with an autoload mechanism....
5
2313
by: thewarden | last post by:
I've come into a situation where I require to have BBCode parsed, this includes the standard tags supported by PEAR package HTML_BBCodeParser and custom BBCode tags I've added myself. My problem...
2
780
by: cooldool7 | last post by:
Hi, I have created a web application using ASP.NET 2.0. To deploy this application I have created a deployment package using the primary output and the content files.After I deploy this package...
0
1361
by: Kirill Simonov | last post by:
======================== Announcing PyYAML-3.06 ======================== A new bug fix release of PyYAML is now available: http://pyyaml.org/wiki/PyYAML Changes
0
6989
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6873
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7367
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5453
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4889
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4579
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3088
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
285
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.