The Wayback Machine - https://web.archive.org/web/20200709225148/https://github.com/topics/knowledge-graph
Skip to content
#

knowledge-graph

Here are 526 public repositories matching this topic...

neomatrix369
neomatrix369 commented Jan 30, 2020

Problem to Solve

At the moment Grakn user of the Docker container may not know how to capture logs from inside a running docker container - especially important when the run has failed.

Current Workaround

There may not be a clean one, but in a case, we could log into the docker container:

$ docker exec -it [container id] /bin/bash
$ cd /path/to/logs
$ [some how upload via 
fukidzon
fukidzon commented Feb 21, 2020

I wanted to use pytextrank together with spacy_udpipe to get keywords from texts in other languages (see https://stackoverflow.com/questions/59824405/spacy-udpipe-with-pytextrank-to-extract-keywords-from-non-english-text) but I realized, that udpipe-spacy somehow "overrides" the original spacy's pipeline so the noun_chunks are not generated (btw: the noun_chunks are created in lang/en/syntax_itera

供应链中台系统基础版,集成零售管理, 电子商务, 供应链管理, 财务管理, 车队管理, 仓库管理, 人员管理, 产品管理, 订单管理, 会员管理, 连锁店管理, 加盟管理, 前端React/Ant Design, 后端Java Spring+自有开源框架,全面支持MySQL, PostgreSQL, 全面支持国产数据库南大通用GBase 8s,通过REST接口调用,前后端完全分离。

  • Updated Jul 7, 2020
  • Java

基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口

  • Updated Jul 4, 2020
IvoAlexander
IvoAlexander commented Apr 18, 2018

Hello Felix,

apologies if i am not following proper rules - this is the second time I use GitHub and my second post.
I try to use TiddlyMap and FontAwesome in the newest versions and for some reason the icons are not working in the map. Here is what I did:

  1. Downloaded the current TiddlyWiki from here: https://tiddlywiki.com/
  2. dragged the plugin from here http://thediveo.github.io/T
BrambleXu
BrambleXu commented Jul 23, 2019

一句话总结:

针对abstractive text summarization task的seq2seq模型有两个缺点:重现的细节不准确,经常重复自己。

这篇文章我们提出一个框架来增强seq2seq, in two orthogonal ways。首先提出一个a hybrid pointer-generator network将source text里的word准确pointing到结果中去,并能通过generator保持产生novel words的能力。第二点,使用coverage来减少repitiion的情况。

资源:

linas
linas commented Apr 26, 2020

The AtomTable uses a mutex to guard access to the TypeIndex. This mutex could be mostly avoided by using a concurrent hash map. The one described here: https://preshing.com/20160201/new-concurrent-hash-maps-for-cpp/ seems like a good choice. implementing this requires

  • Copying the concurrent hash map source to cog-utils
  • Modifying TypeIndex to use it.
  • Removing the mutex lock in `AtomT
XuanYang1991
XuanYang1991 commented Nov 13, 2019

_____________________ ERROR collecting test_krl_transe.py _____________________
test_krl_transe.py:26: in
krl.train(train_path, model_type=model_type, dev_path=train_path, save_path='./krl_{}_saves'.format(model_type))
..........\Anaconda3\envs\python367\lib\site-packages\lightkg\krl\module.py:29: in train
train_dataset = rl_tool.get_dataset(train_path)
..........\Ana

Improve this page

Add a description, image, and links to the knowledge-graph topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the knowledge-graph topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.