how should I make interface to stanford-part-of-speech tagger in java?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ahsan123pk
    New Member
    • Jun 2010
    • 8

    how should I make interface to stanford-part-of-speech tagger in java?

    I want make an interface to stanford parts-of-speech tagger. I have stanford-postagger.jar. I want it to tag parts of speech to the words of a sentence but using a java program interface (java program). So that program prompts the user to enter any string and then the words of the sentence are tagged b the stanford-postagger.jar.

    can any one help me. I'll be thankful to you.
Working...