Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
jp:utilityscripts:bayes [2007/01/24 09:32] amatubujp:utilityscripts:bayes [2008/02/08 19:49] (current) – external edit 127.0.0.1
Line 7: Line 7:
 このスクリプトは、POPFile がインストールされているディレクトリで実行しなければいけません。Windows ユーザは、DOS 窓を開いて、POPFile のディレクトリに移動します(通常は c:\program files\popfile\ ですが、システムによっては違う場所かもしれません。訳注:Mac OS X 用のインストールパッケージを使用している場合は、/Library/POPFile/ です)。 このスクリプトは、POPFile がインストールされているディレクトリで実行しなければいけません。Windows ユーザは、DOS 窓を開いて、POPFile のディレクトリに移動します(通常は c:\program files\popfile\ ですが、システムによっては違う場所かもしれません。訳注:Mac OS X 用のインストールパッケージを使用している場合は、/Library/POPFile/ です)。
  
-<code>   <code>+<code>
    cd "\program files\popfile\"    cd "\program files\popfile\"
-   </code></code>+</code>
  
 POPFile がインストールされているディレクトリに移動したら、下記のようにしてプログラムを動かします。 POPFile がインストールされているディレクトリに移動したら、下記のようにしてプログラムを動かします。
  
-<code>   <code>+<code>
    perl bayes.pl 分析したいファイル    perl bayes.pl 分析したいファイル
-   </code></code>+</code>
  
 bayes.pl の出力はすぐに画面を越えてしまうので、more などのユーティリティにパイプしたり、テキストファイルに保存しておいてメモ帳などのテキストエディタで内容を確認することができます。 bayes.pl の出力はすぐに画面を越えてしまうので、more などのユーティリティにパイプしたり、テキストファイルに保存しておいてメモ帳などのテキストエディタで内容を確認することができます。
Line 21: Line 21:
   ***例 - more へパイプ**   ***例 - more へパイプ**
  
-<code>   <code>+<code>
    perl bayes.pl 分析したいファイル | more    perl bayes.pl 分析したいファイル | more
-   </code></code>+</code>
  
   ***例 - テキストファイルへリダイレクト**   ***例 - テキストファイルへリダイレクト**
  
-<code>   <code>+<code>
    perl bayes.pl 分析したいファイル > myreport.txt    perl bayes.pl 分析したいファイル > myreport.txt
    start myreport.txt    start myreport.txt
-   </code></code>+</code>
  
  
 
jp/utilityscripts/bayes.1169631120.txt.gz · Last modified: 2008/02/08 19:49 (external edit)
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License