This document discusses text analysis of news documents. It outlines the architecture used, which includes crawling documents, preprocessing the text, identifying concepts and relations to build a knowledge graph. The pipeline involves two phases - identifying concepts in phase I and relations between concepts in phase II. The knowledge graph represents concepts as vertices and relations as edges. This is used to build a news explorer application that allows users to search for and explore topics and related concepts.