LoginSignup
0
1

pythonの形態素解析 janomeを導入した

Last updated at Posted at 2018-03-16

Pythonによる形態素解析janome(蛇の目)を導入した
https://pypi.python.org/pypi/Janome
https://ja.wikipedia.org/wiki/形態素解析

#機材
macOS High Sierra 10.13.3
Pythonの種類(配布元・版)

$ python
Python 3.6.0 |Anaconda 4.3.0 (x86_64)| (default, Dec 23 2016, 13:19:00) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

$はshell(terminal)の入力促進記号(command prompt)です。$を打つ必要はありません。

#導入

$ pip install janome
Collecting janome
  Downloading Janome-0.3.6.tar.gz (20.0MB)
    100% |████████████████████████████████| 20.0MB 31kB/s 
Building wheels for collected packages: janome
  Running setup.py bdist_wheel for janome ... done
  Stored in directory: /Users/ogawakiyoshi/Library/Caches/pip/wheels/06/3a/df/8a8ca99633cc64d7cb46f0684230d6e9b4b93e581d66709653
Successfully built janome
Installing collected packages: janome
Successfully installed janome-0.3.6

#文書履歴
ver 0.10 20180316
ver. 0.02 ありがとう追記 20230513

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1