All Projects → BrambleXu → news-graph

BrambleXu / news-graph

Licence: MIT license
Key information extraction from text and graph visualization

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to news-graph

Casrel
A Novel Cascade Binary Tagging Framework for Relational Triple Extraction. Accepted by ACL 2020.
Stars: ✭ 329 (+296.39%)
Mutual labels:  information-extraction, knowledge-graph
Knowledge Graph Wander
A collection of papers, codes, projects, tutorials ... for Knowledge Graph and other NLP methods
Stars: ✭ 26 (-68.67%)
Mutual labels:  information-extraction, knowledge-graph
Nlp Projects
word2vec, sentence2vec, machine reading comprehension, dialog system, text classification, pretrained language model (i.e., XLNet, BERT, ELMo, GPT), sequence labeling, information retrieval, information extraction (i.e., entity, relation and event extraction), knowledge graph, text generation, network embedding
Stars: ✭ 360 (+333.73%)
Mutual labels:  information-extraction, knowledge-graph
knowledge-graph-nlp-in-action
从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Information Extraction,Relation Extraction 等任务。
Stars: ✭ 58 (-30.12%)
Mutual labels:  information-extraction, knowledge-graph
Knowledgegraph
This repository for Web Crawling, Information Extraction, and Knowledge Graph build up.
Stars: ✭ 28 (-66.27%)
Mutual labels:  information-extraction, knowledge-graph
Mapeathor
Translator of spreadsheet mappings into R2RML, RML or YARRRML
Stars: ✭ 27 (-67.47%)
Mutual labels:  knowledge-graph
gakg
GAKG is a multimodal Geoscience Academic Knowledge Graph (GAKG) framework by fusing papers' illustrations, text, and bibliometric data.
Stars: ✭ 21 (-74.7%)
Mutual labels:  knowledge-graph
Quijote-simulations
Large suite of N-body simulations
Stars: ✭ 69 (-16.87%)
Mutual labels:  information-extraction
codelani
PLDB: a Programming Language Database. A public domain knowledge graph focused on programming languages distributed as a CSV file.
Stars: ✭ 610 (+634.94%)
Mutual labels:  knowledge-graph
CogIE
CogIE: An Information Extraction Toolkit for Bridging Text and CogNet. ACL 2021
Stars: ✭ 47 (-43.37%)
Mutual labels:  information-extraction
yang-db
YANGDB Open-source, Scalable, Non-native Graph database (Powered by Elasticsearch)
Stars: ✭ 92 (+10.84%)
Mutual labels:  knowledge-graph
kg-reeval
ACL 2020: A Re-evaluation of Knowledge Graph Completion Methods
Stars: ✭ 117 (+40.96%)
Mutual labels:  knowledge-graph
morph-kgc
Powerful RDF Knowledge Graph Generation with [R2]RML Mappings
Stars: ✭ 77 (-7.23%)
Mutual labels:  knowledge-graph
batterydatabase
Tools for auto-generating the battery-materials database.
Stars: ✭ 29 (-65.06%)
Mutual labels:  information-extraction
cskg
CSKG: The CommonSense Knowledge Graph
Stars: ✭ 86 (+3.61%)
Mutual labels:  knowledge-graph
amie plus
AMIE+ association rule mining
Stars: ✭ 24 (-71.08%)
Mutual labels:  knowledge-graph
KBRD
Towards Knowledge-Based Recommender Dialog System @ EMNLP 2019
Stars: ✭ 123 (+48.19%)
Mutual labels:  knowledge-graph
harika
Offline-, mobile-first graph note-taking app focused on performance with the knowledgebase of any scale
Stars: ✭ 111 (+33.73%)
Mutual labels:  knowledge-graph
biograkn
BioGrakn Knowledge Graph
Stars: ✭ 169 (+103.61%)
Mutual labels:  knowledge-graph
teaching
Teaching material relevant to KGs
Stars: ✭ 61 (-26.51%)
Mutual labels:  knowledge-graph

News Graph

Key information extration from text and graph visilization. Inspired by TextGrapher.

Project Introduction

How to represent a text in a simple way is a chanllenge topic. This peoject try to extraction key information from the text by NLP methods, which contain NER extraction, relation detection, keywords extraction, frequencies words extraction. And finally show the key information in a graph way.

How to use

from news_graph import NewsMining
content = 'Input you text here'
Miner = NewsMining()
Miner.main(content)

This will generate the graph.html.

Example Demo

  1. Blockbuster The Wandering Earth image1

  2. Tokyo Marathon 2019 Elite Field image )

  3. EVEN ANONYMOUS CODERS LEAVE FINGERPRINTS image3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].