私は mac の使用にほとんど慣れていませんが、コマンドラインからツールを実行しようとしたときにいくつかの問題が発生しました。CRF++ を必要とするソフトウェアを実行しようとしています。エラーは次のとおりです。
Cannot load the example native code.
Make sure your LD_LIBRARY_PATH contains '.'
java.lang.UnsatisfiedLinkError: no CRFPP in java.library.path
マシンに CRF++-058 をインストールしました。CRF++ 0.58 のインストールには brew を使用しました。
/usr/local/Cellar/crf++/0.58: 11 files, 784K, built in 32 seconds
これがbrew doctorの出力です
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libcrfpp.la
これを解決する方法を知っている人はいますか?どんな助けでも本当に感謝しています。ありがとう