Skip to content

Astromis/SentenceGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SentenceGraph

This tiny module allows you to parse text with UDPipe models and manage parsed sentences. See Guide.ipynb for details.

Installation

$ python setup.py install

In order to be able to plot graphs, you need to install next packages:

$ sudo apt install python-pydot python-pydot-ng graphviz

Where to get a UDPipe model

You can download the Russian model that I've trained by this link You can train your own model for other languages. English model, in particular, can be found here. The guide how to train your own model, see here.

Relateg projects:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published