vectorizer.get_feature_names() 可以取得計算的單字。另外,原本的 token_pattern 是 (?u)\\b\\w\\w+\\b ,會過濾掉兩個字母以下的內容,但測試文本使用單個字母來 ...
確定! 回上一頁