Automatic summarization of documents

Automatic Knowledge Extraction system from unstructured Open Source data (AKEOS) is an artificial intelligent system utilizing machine learning techniques to help users summarize the knowledge and generate the relationships among the important entities to their queries. AKEOS is realized in forms of...

Full description

Saved in:
Bibliographic Details
Main Author: Min, Lingduo
Other Authors: Mao Kezhi
Format: Final Year Project
Language:English
Published: 2015
Subjects:
Online Access:http://hdl.handle.net/10356/64556
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Automatic Knowledge Extraction system from unstructured Open Source data (AKEOS) is an artificial intelligent system utilizing machine learning techniques to help users summarize the knowledge and generate the relationships among the important entities to their queries. AKEOS is realized in forms of web application on Python Web framework Django. The web application executes user’s query by analyzing the data crawled from Google searched results, with the help of the implemented text-miming algorithm, hence summarizes the knowledge and constructs the relevant relationships between entities automatically. In the end, the system renders the entity relationships to user intuitively in terms of a diagram with captions. The AKEOS system is composed of six parts: URL Crawler, Sentence Extraction, Feature Words Generation, Relevant Sentence Selection, Entity Extraction and Knowledge Graph Generation. The individual parts works in tandem and eventually generate the graph based on the computed data.