Giter VIP home page Giter VIP logo

thesismeetingsummarization's Introduction

This repository contains codes, corpora and report of my Master Thesis, where new features are introduced and evaluated, extending the current unsupervised extractive summarizer state-of-the-art. It is publicly available to reproduce my results and have a baseline to work on.

This code is designed to follow a complete pipeline, starting from transcript and reference text files, already extracted from the original corpus.

You can train new topic models using the related package. In this case, set the correct folders and/or filneames in the config file.

All the parameters are hard-coded in cofig.py and anywhere else. Consider that it is not 100% robust to unusual parameters.

All the reference to others' works can be found in the report refereces section.

Instructions:

  • download and unzip the repository
  • install anaconda wiht python 3.6
  • open anaconda prompt as administrator
  • naviagate inside the unzipped folder (.ThesisMeetingSummarization\ExtractiveSummarizer)
  • pip install -r requirements.txt
  • python -m spacy download en_core_web_lg
  • python test_code.py

Parameters:

  • All the parameters are set in config.py
  • Test parameters from line 33

thesismeetingsummarization's People

Contributors

marinone94 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.