We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@stevenbird Initial release of the corpus available at: https://doi.org/10.7488/ds/1411
Suggested NLTK name: ARCOSG
I have updated and corrected the corpus for inclusion in NLTK. (The one at the link above is older and shouldn't be used).
Corpus reader code verified: arcosg = LazyCorpusLoader( 'arcosg', CategorizedTaggedCorpusReader, r'.*\.txt', cat_file='cats.prn', tagset='parole', encoding='utf-8', )
arcosg = LazyCorpusLoader( 'arcosg', CategorizedTaggedCorpusReader, r'.*\.txt', cat_file='cats.prn', tagset='parole', encoding='utf-8', )
Categories file and map to Universal Tag Set created and verified
Licensed under Creative Commons. See: https://doi.org/10.7488/ds/1411
The text was updated successfully, but these errors were encountered:
@stevenbird - I think this is still open. The corpus is available at this link
Sorry, something went wrong.
stevenbird
No branches or pull requests
@stevenbird
Initial release of the corpus available at: https://doi.org/10.7488/ds/1411
Suggested NLTK name: ARCOSG
I have updated and corrected the corpus for inclusion in NLTK. (The one at the link above is older and shouldn't be used).
Corpus reader code verified:
arcosg = LazyCorpusLoader( 'arcosg', CategorizedTaggedCorpusReader, r'.*\.txt', cat_file='cats.prn', tagset='parole', encoding='utf-8', )
Categories file and map to Universal Tag Set created and verified
Licensed under Creative Commons. See: https://doi.org/10.7488/ds/1411
The text was updated successfully, but these errors were encountered: