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

Add Portuguese Clinical POS model by @LucasFerroHAILab #1789

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

alanakbik
Copy link
Collaborator

@LucasFerroHAILab shared a model for POS tagging on Portuguese Clinical Texts with us. You can now load the model with:

# load your tagger
tagger = SequenceTagger.load('pt-pos-clinical')

# example sentence
sentence = Sentence('O vírus Covid causa fortes dores .')
tagger.predict(sentence)
print(sentence)

The model was trained on PUCPR, with an accuracy of 92.39. You can find all information in their repo and their paper Defining a state-of-the-art POS-tagging environment for Brazilian Portuguese clinical texts. Please cite the paper when using the model.

Thanks @LucasFerroHAILab for sharing the model!

@alanakbik alanakbik merged commit bd6f865 into master Aug 3, 2020
@alanakbik alanakbik deleted the portuguese-clinical-pos branch August 12, 2020 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant