__init__.py 156 Bytes
__name__ = 'textrank'
__author__ = 'GyuhoLee'
__version__ = '0.0.1'

from .summarizer import KeywordSummarizer
from .summarizer import KeysentenceSummarizer