SemaWal Semantic network resolver

SemaWal is a semantic network resolver in python

Developper: Ali AOUF

Features value
Authors Authors.md
Release 0.1 (20.08)
License GPL
Tracker 40uf411/arrand/Issues
Source Github
Feedbacks Comments
Accounts @Twitter)

Description

SemaWal Is a semantic network resolver developed as a python library. It allows the creation of networks through manual coding or a CSV file. It supports many types of connections between nodes. In addition to extracting knowledge (mainly relations) between two or more nodes in a network, it can find paths between nodes in a given network.

Features:

In progress features

Usage

install

pip install semawal

[requirement]

import

>>> from semawal.node import Node
>>> from semawal.net import Net
>>> from semawal.csv_parser import parser

Examples

Detailed examples and features in test.py