#author("2024-11-13T14:29:06+09:00","default:ogiwiki","ogiwiki")
#author("2024-11-13T14:39:49+09:00","default:ogiwiki","ogiwiki")
[[総研大2024/言語資源学演習1]]

**準備 [#p5cef34f]
-Pythonのインストール
 sudo apt install python3

-pip :Pythonのパッケージ管理ツール
 sudo apt install pip


-モジュールのインストール
--lxml :XML パーザ
--lxml :XMLパーザ(XMLの構造を解釈してプログラムから利用しやすいようにする)
 pip install lxml

--Beautiful Soup :HTMLやXMLファイルからデータを抽出・解析する
 pip install beautifulsoup4

--mecabをpythonから使うモジュール
 pip install mecab

**サンプル [#y7162005]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS