このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
bertieb
/
itproject-code
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
refactor: [WFE.setup()] remove unneeded input file check
Check for missing input files not needed as object cannot be initialised without them
main
Rob Hallam
2ヶ月前
親
a288d97b14
コミット
d5d12cbd4f
1個のファイルの変更
、
0行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-4
pipeline/feature_extractors.py
+ 0
- 4
pipeline/feature_extractors.py
ファイルの表示
@@ -444,10 +444,6 @@ class WordFeatureExtractor(FeatureExtractor):
"""
logger.debug("WordFeatureExtractor setup")
# Validate input files
if not self.input_files:
raise ValueError("No input files provided")
# Validate words - raise a notice if none provided
if len(words) == 0:
logger.warning("No words provided for detection")
書き込み
プレビュー
読み込み中…
キャンセル
保存