ErrLookup › fxsjy/jieba
fxsjy/jieba
结巴中文分词 · Python · 24 source files
Analyzed at 67fa2e36e7 on 2026-08-27. 7 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| invalid dictionary entry in %s at Line %s: %s | validation | critical | jieba, dictionary, validation, unicode |
| dictionary file %s must be utf-8 | validation | error | jieba, encoding, utf-8, userdict |
| jieba: the input parameter should be unicode. | validation | error | jieba, unicode, type-error, tokenize |
| jieba: file does not exist: %s | exception | error | jieba, file-not-found, dictionary, path |
| jieba: parallel mode only supports posix system | exception | warning | jieba, parallel, platform, windows |
| jieba: file does not exist: %s | exception | error | jieba, tfidf, stop-words, file-not-found |
| invalid POS dictionary entry in %s at Line %s: %s | validation | critical | jieba, posseg, dictionary, validation, unicode |