An article extracting processing part 3 extracts a headline part and an article text part out of collected English article HTML and Japanese article HTML and an English article group and a Japanese article group are provided. 記事抽出処理部3は、収集された英語記事HTML及び日本語記事HTMLからヘッドライン部分及び記事本文部分を抽出し、英語記事群及び日本語記事群を得る。 - 特許庁
The PEAR documentation system uses Unix style makefiles: peardoc$ autoconfpeardoc$ ./configure --with-lang=enpeardoc$ make html If you want to build a language other than English, change en, above, to the appropriate language code.
PEAR ドキュメンテーションシステムでは、Unix スタイルの makefile を用います。 peardoc$ autoconfpeardoc$ ./configure --with-lang=enpeardoc$ make html 英語以外の言語をビルドする場合は、上記の en のところを対応する言語コードに変更してください。 - PEAR