3

私はNLPなどに非常に慣れていません。したがって、私は非常に基本的な質問があります。を使用して TreeTagger でファイルのコーパスに POS タグを付けたいと考えていMac OSX 10.6.8ます。http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/TreeTaggerで提供されている手順を使用してインストールしました。

[ /Applications にインストールしました]

次に、「 TreeTagger を呼び出してその出力を操作するLingua-TreeTagger-0.06ために」をインストールしました。これには多くの労力が必要でした。

[ /Applications にインストールしました]

これまでのステップで成功したと思います。それで?Tree-Tagger を呼び出す方法を教えてください。

私を助けてくれた人に感謝しますか?

MC

4

1 に答える 1

0

Lingua::TreeTagger is a Perl module that is useful only if you want to use TreeTagger from within a Perl script. Examples of how to do so are given in the module's online documentation. Otherwise you should call the tree-tagger application from the terminal as commented by Patrick J.S. above (unless you are on Windows, where a user-friendly graphical interface is available).

于 2015-11-06T09:25:46.480 に答える