本網站在啟用 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 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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")
Write
Preview
Loading…
取消
儲存