我正在尋找有人詳細寫/知道MALLET類。我知道這是ML問題的一個很好的工具,現在我嘗試實現這裏描述的基於CRF的距離算法Andrew McCallum, Kedar Bellare and Fernando Pereira。 作者告訴他們,他們已經意識到所提出的模型爲Mallet FST類。可悲的是,java並不是我熟知的Ruby語言,這就是爲什麼我有一些問題來理解如何使用他們的模型,例如哪些類
我試圖在Java中運行Mallet,並且出現以下錯誤。 Couldn't open cc.mallet.util.MalletLogger resources/logging.properties file.
Perhaps the 'resources' directories weren't copied into the 'class' directory.
Continuing.
我將使用Mallet SimpleTagger進行序列標記。但是,我在設置類路徑時遇到了問題。正如我在這裏看到的:classpath 我必須能夠使用java -cp來設置類路徑。 我按照說明here(我相信我已經正確安裝了Ant和Mallet)。不過,我收到此消息: Error: could not find or load main class cc.mallet.fst.SimpleTagge