Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

yubessy/textrankdemo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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" # パスワード

About

Demonstration of TextRank Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published