Skip to content

Instantly share code, notes, and snippets.

@righ
righ / s3.py
Last active April 6, 2016 08:15
# coding: utf-8
import os
from boto.s3 import (
connection as s3conn,
key as s3key,
)
from boto.exception import (
S3ResponseError,
@YoshihitoAso
YoshihitoAso / gist:9048005
Last active December 18, 2018 05:30
[Python][Mecab]ubuntu環境にmecabをインストールする方法

Ubuntu環境にMecabをインストールする方法

インストール手順

$ sudo apt-get install mecab libmecab-dev mecab-ipadic
$ sudo aptitude install mecab-ipadic-utf8
$ sudo apt-get install python-mecab

SAMPLE