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

Details about architectures #5

Open
maciejbiesek opened this issue Dec 19, 2019 · 2 comments
Open

Details about architectures #5

maciejbiesek opened this issue Dec 19, 2019 · 2 comments

Comments

@maciejbiesek
Copy link

I'm wondering if could you specify what kind of architectures you used in this project? Based on recurrent networks, CRFs, etc.? :)

@ryszardtuora
Copy link
Collaborator

ryszardtuora commented Dec 20, 2019

For the present version we've used the implementations of the tagger, dependency parser and NER native to spaCy. I haven't had much luck finding the details about their architecture, but here are some links:
https://explosion.ai/blog/deep-learning-formula-nlp
https://www.aclweb.org/anthology/D15-1162/

Morfeusz2 is dictionary based.
Additionally, in a matter of days we plan to release a version with a new tagger, based on BiLSTM which allows for full morphological tagging. Stay tuned! :)

@maciejbiesek
Copy link
Author

Thank you very much! :)

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

No branches or pull requests

2 participants