# Functions
CreateRSSFromURL は指定されたURLからRSSを生成します。.
GenerateBayesModel はRSSからナイーブベイズのモデルを生成します。.
LoadBayesModel はファイルからモデルをロードします.
SliceUnique はリストの重複を取り除きます.
# Structs
BayesClassifier はナイーブベイズのモデルです.
BayesStatus stores the result of learned status.
RSS はRSS全体を示します.
RSSEntry はRSSの特定の記事を示します.
StorageJSON はStorageを実装し、JSONによりRSSを保存します。.
WordsByClass stores class name and list of scores words.
WordScore stores set of word and score.
# Interfaces
No description provided by the author