Skip to content

CrepeMaker/DockerfileForWSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile For Workshop on System Design (Big Data Analysis)

使用方法

コンテナの起動

./download_files.sh #CFR++,cabocha,juman,C++ boost,juman++,KNPをDL
docker build . -t wsd
./run_container.sh # ./workspace をマウントして起動

jupyterの起動

コンテナ内で

jupyter notebook --allow-root # localhost:8888 でアクセス可能

Commands

mecab
cabocha
juman
jumanpp
echo "テスト" | juman | knp

Pythonバインディング

from natto import MeCab
import CaboCha
import pyknp
from crepedb import CrepeDB

how to use -> NLPLibrary CrepeDB

環境

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published