Python library for natural language processing
Project description
atlantis
Python library for natural language processing
Usage
from atlantis import Document
# create document
document = Document("He also begat and brought up five pairs of male children.")
# render entity graph
print('Entity Graph')
display(document.entity_graph.render())
# render document graph
print('Document Graph')
display(document.graph.render())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atlantis-0.4.tar.gz
(4.1 kB
view hashes)
Built Distribution
atlantis-0.4-py3-none-any.whl
(6.4 kB
view hashes)