__init__.py 156 Bytes Raw Blame History Permalink 1 2 3 4 5 6 __name__ = 'textrank' __author__ = 'GyuhoLee' __version__ = '0.0.1' from .summarizer import KeywordSummarizer from .summarizer import KeysentenceSummarizer