Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Part of speech tagging #2

Closed
benmarwick opened this issue Apr 28, 2013 · 7 comments
Closed

Feature Request: Part of speech tagging #2

benmarwick opened this issue Apr 28, 2013 · 7 comments
Labels
help wanted good for beginners

Comments

@benmarwick
Copy link

This would be great, the R packages are slow and haven't been updated for years...

@johnmyleswhite
Copy link
Collaborator

I'll try to get to this in early June.

@benmarwick
Copy link
Author

Sounds like you've got a busy summer plan! Thanks for all you've done so far with this, I'm looking forward to the LDA function also. Unfortunately pretty much all I can offer is testing...

@johnmyleswhite
Copy link
Collaborator

Testing is definitely helpful. I'm hoping to get some LDA input from Jon Chang and David Mimno in the future.

@cgoldammer
Copy link

Hi John, I assume that this is still relevant? I've found a promising POS tagger here: https://honnibal.wordpress.com/2013/09/11/a-good-part-of-speechpos-tagger-in-about-200-lines-of-python/ that should be relatively straightforward to translate to Julia. I'm aiming to code this up over the next weeks. If it works well enough, I'd love to put it in a pull request.

@aviks aviks added the help wanted good for beginners label Jan 15, 2019
@leoarc
Copy link

leoarc commented Jan 31, 2019

@aviks @oxinabox Is the above comment still relevant ? Should the link given be followed and implemented for a POS tagger ?

@oxinabox
Copy link
Member

At a skim, yes, that looks like a good guide for writing a POS tagger.

aviks added a commit that referenced this issue Jun 15, 2019
Average Perceptron POS Tagger (Issue #2)
@Ayushk4
Copy link
Member

Ayushk4 commented Jan 19, 2020

@aviks I think we can close this issue.
In #131, YashPatel implemented the avg perceptron POS Tagger.

Also, a neural network based POS tagger was added in #169 that gives >90% accuracy on CoNLL 2003, 2000, GMB. (link)

@aviks aviks closed this as completed Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted good for beginners
Projects
None yet
Development

No branches or pull requests

7 participants