We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've successfully run the analysis on my corpus using the demo notebook. However, the final step is a saving of the narrative model.
import pickle as pk with open('mental_health_sample_narrative_model.pkl','wb') as f: pk.dump(m,f)
Is it possible to link the narratives found back to the original df - i.e. which narratives were found in which documents?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've successfully run the analysis on my corpus using the demo notebook. However, the final step is a saving of the narrative model.
Is it possible to link the narratives found back to the original df - i.e. which narratives were found in which documents?
The text was updated successfully, but these errors were encountered: