betterenvi / gSpan

Python implementation of frequent subgraph mining algorithm gSpan. Directed graphs are supported.
https://pypi.org/project/gspan-mining/
MIT License
198 stars 90 forks source link

Add python3 support, report_df, codecs #3

Closed karpnv closed 7 years ago

karpnv commented 7 years ago

Add python3 support, which also works with python2. Add save results to pandas dataframe "gSpan.report_df" to analyze results after calculation. Use "codecs" package to support none English letters as labels (for instance Russian ones).

karpnv commented 7 years ago

I merged your last commit, and notice all your comments