This repository contains implementations of various natural-language summarization techniques customized to attempt to summarize privacy policy text. I analyzed the accuracy of various simple summarization techniques, and found that normal paragraph-based text summarization techniques are insufficient for privacy policy summarization. In the simplest terms: a custom approach may be necessary for privacy policy summarization, as they have non-standard organization and paragraph-structure.
This was done as an extra project in a Web Information Management course at Santa Clara University.