All Projects → mrbulb → Onepiece Kg

mrbulb / Onepiece Kg

Licence: mit
a knowledge graph project for ONEPIECE /《海贼王》知识图谱

Projects that are alternatives of or similar to Onepiece Kg

Awesome chinese medical nlp
中文医学NLP公开资源整理:术语集/语料库/词向量/预训练模型/知识图谱/命名实体识别/QA/信息抽取/模型/论文/etc
Stars: ✭ 623 (+406.5%)
Mutual labels:  knowledge-graph, dataset
Shukofukurou
Native AniList, Kitsu, and MyAnimeList Tracker for macOS written in Objective-C
Stars: ✭ 39 (-68.29%)
Mutual labels:  anime, manga
Railgun
An extension of the MyAnimeList API.
Stars: ✭ 8 (-93.5%)
Mutual labels:  anime, manga
Apiv2 Graphql Docs
AniList API V2 GraphQL Documentation
Stars: ✭ 501 (+307.32%)
Mutual labels:  anime, manga
Linedistiller
A data-driven line extractor for 2D anime, manga and illustration using Keras.
Stars: ✭ 87 (-29.27%)
Mutual labels:  anime, manga
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (+331.71%)
Mutual labels:  anime, manga
Pixie
An open-source Discord bot built for weebs, by a weeb.
Stars: ✭ 20 (-83.74%)
Mutual labels:  anime, manga
Manga-AutoTranslate
Script made to automatically translate manga pages.
Stars: ✭ 18 (-85.37%)
Mutual labels:  anime, manga
Cesi
WWW 2018: CESI: Canonicalizing Open Knowledge Bases using Embeddings and Side Information
Stars: ✭ 85 (-30.89%)
Mutual labels:  knowledge-graph, dataset
Hakuneko
Manga & Anime Downloader for Linux, Windows & MacOS
Stars: ✭ 1,203 (+878.05%)
Mutual labels:  anime, manga
Trackma
Open multi-site list manager for Unix-like systems. (ex-wMAL)
Stars: ✭ 490 (+298.37%)
Mutual labels:  anime, manga
Graph Parser
GraphParser is a semantic parser which can convert natural language sentences to logical forms and graphs.
Stars: ✭ 110 (-10.57%)
Mutual labels:  knowledge-graph, dataset
Anime Face Dataset
🖼 A collection of high-quality anime faces.
Stars: ✭ 272 (+121.14%)
Mutual labels:  dataset, anime
Malsync
Integrates MyAnimeList/AniList/Kitsu/Simkl into various sites, with auto episode tracking.
Stars: ✭ 572 (+365.04%)
Mutual labels:  anime, manga
kuristina
An API that lets you fetch user lists from MyAnimeList.
Stars: ✭ 14 (-88.62%)
Mutual labels:  anime, manga
Myanimelistsharp
Access MyAnimeList Web API using .NET library
Stars: ✭ 10 (-91.87%)
Mutual labels:  anime, manga
Jikan4java
Kotlin wrapper for Jikan, an myanimelist api
Stars: ✭ 27 (-78.05%)
Mutual labels:  anime, manga
ProxerAndroid
The official Android App of Proxer.Me
Stars: ✭ 105 (-14.63%)
Mutual labels:  anime, manga
Moelist
Another unofficial Android MAL client
Stars: ✭ 45 (-63.41%)
Mutual labels:  anime, manga
Kitsu Mobile
📱 Kitsu mobile app for iOS and Android
Stars: ✭ 95 (-22.76%)
Mutual labels:  anime, manga

ONEPICE-KG

ONEPICE-KG 是一个面向《海贼王》领域数据的知识图谱项目。

本项目内容包括数据采集、知识存储、知识抽取、知识计算、知识应用五大部分

数据采集

本次项目主要采集构建了两个知识图谱和一个关系抽取数据集

  • 人物知识图谱:主要包含各个人物的信息
  • 关系抽取数据集:标注出自然语言中存在的实体以及他们之间的关系
  • 实体关系知识图谱:构建《海贼王》中各个实体之间关系的知识图谱

知识存储

尝试使用了三元组数据库Apace Jena和原生图数据库Neo4j,并分别使用RDF结构化查询语言SPARQL和属性图查询语言Cypher,在知识图谱上进行查询。

知识抽取

基于之间构建的关系抽取数据集,利用deepke中提供的工具进行关系抽取实践,测试了包括PCNN、GCN、BERT等模型在我们构建数据集上的效果

知识计算

  • 图计算:在Neo4j上对实体关系知识图谱进行了图挖掘,包括最短路径查询、权威结点发现、社区发现等
  • 知识推理:在Apache Jena上对关系知识图谱进行了知识推理,补全了一部分的数据

知识应用

  • 智能问答:基于REfO实现一个对于《海贼王》中人物的知识库问答系统(KBQA)。
  • 可视化图片:通过D3对实体关系图片进行可视化,并整合了人物知识图谱中的信息,进行展示。

各个部分的具体内容和使用方法,可以参见 docs 文件夹下的项目文档

实体关系可视化页面可以参见项目的GitHub Pages

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].