Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: How to Write pos(part of speech) tagging algorithm?

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Location
    India
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up How to Write pos(part of speech) tagging algorithm?

    hi to all...!
    i want to do a mini project but i have no idea about pos tagging algorithm. so pls give me some ideas or any other existing package in Java ...!


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: How to Write pos(part of speech) tagging algorithm?

    That's not at all how this works. We have no idea what you're talking about, so you're making it impossible to help you. What is the "pos tagging algorithm"? What do you mean by "any other existing package in Java"? What have you tried? Where are you stuck?

    Please read the link in my signature on asking questions the smart way before you post again.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3

    Default Re: How to Write pos(part of speech) tagging algorithm?

    There is a great Natural Language Package and Part Of Speech tagger for Python Natural Language Toolkit. Are you intent on using Java? If so, you may need to develop your own solution for part of speech tagging.

    Check wikipedia List of natural language processing toolkits - Wikipedia, the free encyclopedia for Java toolkits.
    Kenneth Walter
    Software Developer
    http://kennywalter.com

Similar Threads

  1. Speech Recognition: javax.speech.recognition
    By Rapunzel in forum What's Wrong With My Code?
    Replies: 0
    Last Post: June 16th, 2011, 09:10 AM
  2. java sun speech api
    By zulqar in forum AWT / Java Swing
    Replies: 1
    Last Post: November 2nd, 2010, 01:35 AM
  3. Speech recognition project
    By zulqar in forum Java Applets
    Replies: 1
    Last Post: October 31st, 2010, 02:08 PM
  4. How to write to specific part of an html file using java
    By nasi in forum File I/O & Other I/O Streams
    Replies: 12
    Last Post: May 27th, 2010, 11:22 PM
  5. Difference between Speech API and Sound API
    By zeeshanmirza in forum Java SE APIs
    Replies: 1
    Last Post: October 22nd, 2009, 12:22 AM

Tags for this Thread