DadmaTools icon indicating copy to clipboard operation
DadmaTools copied to clipboard

Constituency parser

Open Saba-Heydaridoost opened this issue 1 year ago • 1 comments

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?

Saba-Heydaridoost avatar Jan 10 '24 13:01 Saba-Heydaridoost

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.

sadeghjafari5528 avatar Jan 10 '24 14:01 sadeghjafari5528