Metadata-Version: 1.1
Name: ngram_graphs
Version: 0.1.1
Summary: An igraph based ngram graph library for NLP
Home-page: https://github.com/loginn/ngrams_graphs
Author: loginn
Author-email: vincent.kurta2@gmail.com
License: MIT
Description:   Library for ngram graph comparison based on papers from Ioannis Kontopoulos, 
                                    George Giannakopoulos and Iraklis Varlamis. 
                                    The library uses igraph to create directed and weighted graphs from documents and provides
                                    means to compare them using the distance metrics defined in 'Kontopoulos, Ioannis & Giannakopoulos, George & Varlamis, Iraklis. (2017). Distributing N-Gram Graphs for Classification. 3-11. 10.1007/978-3-319-67162-8_1.'
Keywords: ngrams graph NLP
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing :: Linguistic
