이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
bertieb
/
itproject-code
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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")
쓰기
미리보기
불러오는 중...
취소
저장