Guru Vuyyur wrote:I was given a project to write a java program that uses a parser to separate a sentence and produce a graph for that sentence? Parser is an application which can be downloaded. Now how can I integrate the parser with java program? What commands I can use?
Welcome to CodeRanch!
I didn't understand what is meant by 'produce a graph for that sentence'. However, let us not focus on that for now.
I would like to ask a couple of questions:
1) What is the nature of this utility? Is is a jar, or executable? Which platform?
2) Does it exposes any APIs, or any way to get input and return output?
Unless we don't know answers for those, its not easy to comment on integrating Java code with that utility.
First, we need to understand if it is possible or not, and then we can think of how to do it.
I hope this helps.
Regards,
Anayonkar Shivalkar (SCJP, SCWCD, OCMJD, OCEEJBD)