Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 402 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 402 Bytes

Automatic-Summarization

Extractive-based summarization using a neural network. This is my final project for the Statistical Approaches to Natural Language Processing course, Fall 2016.

The implementation of the MLP is found in the net folder of src/. Corpus can be supplied on request. Acheieved around 88-89% accuracy on email summarization - though this is not the end-all metric for ML systems.