Skip to content

Linking narratives back to the original corpus #103

Description

@DrorMarkus

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions