ossteam8 / LDA-TextRank-keyword

Keyword extractor using LDA and TextRank combined
GNU Lesser General Public License v2.1
4 stars 0 forks source link

생성자에서 news, id_news 전달이 불필요합니다. #19

Closed linkyouhj closed 3 years ago

linkyouhj commented 3 years ago
def __init__(self):
    self.preprocessor = Preprocessor()
linkyouhj commented 3 years ago

변경완료하였습니다.