Giter Site home page Giter Site logo

takeyy / gitai Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 115.13 MB

江戸川乱歩作品の分析アプリ. 形態素解析 / データ集計 / 共起ネットワークの機能を内包している

Home Page: https://gitai.rampo.net/home

Dockerfile 0.65% Python 58.62% HTML 39.37% CSS 0.48% JavaScript 0.73% Shell 0.14%
co-occurence-network flask python

gitai's Introduction

Gitai

江戸川乱歩作品の分析アプリケーション

起動方法

dockerdocker-composeコマンドが使えることを前提とする.

docker-compose up

環境変数

  1. app.example.envをコピー

    cp app.example.env app.env
  2. 内容を編集

    vim app.env
    MODE="MAC"
    
    UPLOAD_FOLDER="/code/tmp"
    ALLOWED_EXTENSIONS={"csv"}
    SECRET_KEY=b"${your SECRET KEY}"
    
    M1MAC_MECAB_DICT_TARGET="-d /usr/lib/aarch64-linux-gnu/mecab/dic/mecab-ipadic-neologd"
    PROD_MECAB_DICT_TARGET="-d /usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadic-neologd"

SECRET_KEY の作成方法

import os

os.urandom(24)

URL

https://gitai.rampo.net/home

Heroku無料化に伴い以下は廃止

https://rampo-edogawa-visualization.herokuapp.com/gitai/home

起動に 1 分ほどかかる.

gitai's People

Contributors

takeyy avatar

Watchers

James Cloos avatar  avatar

gitai's Issues

可視化対象の品詞の仕様変更

指定ワードに設定した単語は、可視化対象の品詞の設定に影響を受けないようにする。

例)

  • 入力:黄金仮面
  • 品詞:形容詞
  • 指定ワード:賊(名詞)
  • 結果:N/A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.