rouge-score
This is a native python implementation of ROUGE, designed to replicate results from the original perl package.
tokenizer: Tokenizer object which has a tokenize() method.
デフォルト値はNone -> DefaultTokenizer
Default tokenizer which tokenizes on whitespace.
stemmer=Noneでtokenize.tokenizeを読み込む
Replace any non-alpha-numeric characters with spaces.
日本語は除かれる