#author("2023-08-02T15:52:50+09:00","default:ogiwiki","ogiwiki")
#author("2023-08-03T20:17:34+09:00;2023-08-03T20:15:51+09:00","default:ogiwiki","ogiwiki")
[[日本語テキスト処理基礎講座2023]]

*コマンドラインの基礎 [#rdaab3bd]

**WSLとUbuntuのインストール [#k2b6b2c9]
-UbuntuをWSL上で動かす
--WSL: [[Windows Subsystem for Linux>https://learn.microsoft.com/ja-jp/windows/wsl/about]]
--Ubuntu: https://jp.ubuntu.com/

-[[WSL を使用して Windows に Linux をインストールする>https://learn.microsoft.com/ja-jp/windows/wsl/install]]


**最低限知っておきたいコマンド [#l2d4c3a9]

***ファイル操作関連 [#hba42de3]
-pwd
-ls
-cd
-mkdir
-mv
-cp
-rm

***テキスト処理関連 [#c0600481]
-less
-head
-tail
-wc
-cut
-sort
-uniq
-grep

-nkf

***ファイル入出力とパイプ [#qfb28871]
***標準入出力とパイプ [#qfb28871]

>
>>
<
->
->>
-<
-|

|


**MeCabとUniDic [#cba3f0e9]
-MeCabのインストール

-UniDicのインストール

-短単位解析


**参考 [#z4efe01c]
-[[言語処理100本ノック>https://nlp100.github.io/ja/]]
-[[とほほのUnix/Linux入門>https://www.tohoho-web.com/wwwunix.htm]]
-[[とほほのBash入門>https://www.tohoho-web.com/ex/shell.html]]


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS