package
0.0.13
Repository: https://github.com/kangaechu/rssfilter.git
Documentation: pkg.go.dev

# Functions

CreateRSSFromURL は指定されたURLからRSSを生成します。.
GenerateBayesModel はRSSからナイーブベイズのモデルを生成します。.
LoadBayesModel はファイルからモデルをロードします.
SliceUnique はリストの重複を取り除きます.

# Constants

分類するクラス一覧.
分類するクラス一覧.

# 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