/textrankdemo

Demonstration of TextRank Algorithm

Primary LanguagePython

TextRank Demo

Demonstration of TextRank Algorithm

Original paper


TextRankアルゴリズムのデモ

元論文

日本語と英語の両方で動きます。 TextRankの仕組みを視覚的に理解したかったので作りました。

何に使えるのかわかりませんがとりあえず公開。

Requirements

めっちゃいろいろなものに依存してます。

Python libraries

  • bottle
  • networkx
  • nltk
  • MeCab

JavaScript Library

  • jQuery
  • vis.js

Usage

$ python main.py

Passwords

BASIC認証をかけるため、secret.pyを用意する必要があります。

# -*- coding: utf-8 -*-

USERNAME = "username" # ユーザ名
PASSWORD = "password" # パスワード