AIの最後のプロジェクトで、Bigramを用いて、与えられたテキストから尤もらしい著者を推測するプログラムを作りました。まだバグがある(そして、プログラムが汚い)ので、参考程度に。日本語非対応、英語のみです。詳細はGithubのトップディレクトリのpdfファイルを参照。
Description:
Given 2 text files, determine which author would be the author of a given text.
Usage:
$ python main.py FILENAME_1 FILENAME_2 TEXT
Sample Output:
$ python main.py connect4-readme.txt vicar-excerpt.txt "The one vanquished by a single blow."
Given Text: The one vanquished by a single blow.
Score for 'connect4-readme.txt': -128
Score for 'vicar-excerpt.txt': -51
Given text's author will be the author of 'vicar-excerpt.txt'.
0 件のコメント:
コメントを投稿