A Software Concept Knowledge Graph


Keywords
sckg
License
MIT
Install
pip install sckg==0.1.39

Documentation

sckg

Documentation Status

A Software Concept Knowledge Graph

Prerequisites

  1. Spacy 3.0 以及对应的模型。

    其中模型有两种选择, - 一种是更加大而慢的,en_core_web_trf ` pip install -U pip setuptools wheel pip install -U spacy-nightly --pre python -m spacy download en_core_web_trf ` - 一种是小而快的,en_core_web_sm,目前我们先用小而快的 ` pip install -U pip setuptools wheel pip install -U spacy python -m spacy download en_core_web_sm `

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.