Created
December 21, 2022 11:32
-
-
Save tetlabo/163e2461b151d60903d4f6aa4c64f108 to your computer and use it in GitHub Desktop.
Posit CloudにSudachi (sudachipy) をインストールするスクリプト
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# RStudioでファイルを開き、"Run Script" ボタンで実行してください | |
# ご覧の通り、ただ pip コマンドを実行しているだけですので、 | |
# ターミナルを開いてコマンドが打てる方が対象 (学生、研修受講者) であれば | |
# わざわざこのスクリプトを実行する必要はありません | |
pip install sudachipy sudachidict_core sudachidict_full |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment