1.0.9 • Published 8 years ago

cgkb v1.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

CGKB npm version CircleCI

Contextual Graph Knowledge Base, basically a graph brain for my bot, based off this crap This is still a work in progress.

Installation

# install this npm package
npm i --save cgkb
# run
./node_modules/cgkb/bin/setup

This runs the background system dependency setups. You may need sudo. The full script can be inspected at bin/setup

# If you prefer to run setup manually
# install spacy in python3
python -m pip install -U socketIO-client
python -m pip install -U spacy
python -m spacy.en.download

# Download and install neo4j
# Start the neo4j server

Then populate your db credentials in config/db.json.

Usage

Still a work in progress. But check out the CGKB branch of aiva to see how it's being used in a bot.

Log on to the Neo4j interface to see the graph.

Inspect a node for more parsed NLP info.

1.0.9

8 years ago

1.0.8

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago