Dadmatech / DadmaTools

DadmaTools is a Persian NLP tools developed by Dadmatech Co.
Apache License 2.0
179 stars 39 forks source link

Constituency parser #64

Open Saba-Heydaridoost opened 8 months ago

Saba-Heydaridoost commented 8 months ago

I am using 'import dadmatools.models.constituency_parser as cons' as written in test file, but I get 'ModuleNotFoundError: No module named 'dadmatools.models'' error. How can I solve it?

sadeghjafari5528 commented 8 months ago

In the adapter version (our newest version), we trained a single model to handle multiple tasks. Unfortunately, we cannot train a new model for a constituency parser in the adapter version. To address this issue, you should install the dadmatools==1.5.2 version. We are working to train a Constituency parser for our adapter version soon. Also, our tests do not update with our new version. We will write some right tests for this project.