PrithivirajDamodaran / Parrot_Paraphraser

A practical and feature-rich paraphrasing framework to augment human intents in text form to build robust NLU models for conversational engines. Created by Prithiviraj Damodaran. Open to pull requests and other forms of collaboration.
Apache License 2.0
866 stars 141 forks source link

Parrot Library Package missing #56

Closed viszya closed 1 year ago

viszya commented 1 year ago

I tried across multiple environments, every single one said the Parrot module does exist in Parrot.

The line causing this error: from parrot import Parrot

Error: from parrot import Parrot ImportError: cannot import name 'Parrot' from 'parrot'

What is causing this error?