Changes in relatio
- Upload to PyPI
- Update documentation
- Fixed a bug with
top_n_entities
inbuild_narrative_model
. It was not saved in the narrative_model and thus did not filter for the top_n_entities when callingget_narratives
. - Set
lemmatize = True
as the default text preprocessing inbuild_narrative_model
. - Updated
tutorial.ipynb
- use
allennlp_models.structured_prediction.predictors.SemanticRoleLabelerPredictor
instead ofallennlp.predictors.predictor
- public release