Name Last Update
src Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...

README.md

#Coreference-based summarization tool for Polish.

If you simply want to summarize given text, use the pl.waw.ipipan.zil.summ.emily.Main class. You will need internet connection, as preprocessing is done online.

If you want to train a model yourself, you have to:

  1. Preprocess Polish Summaries Corpus via pl.waw.ipipan.zil.summ.emily.multiservice.NLPProcess class
  2. Train model using preprocessed corpus via pl.waw.ipipan.zil.summ.emily.model.TrainModel class