ragflow/rag/nlp
Billy Bao 501b7d4d01
Fix: prio synonym match than wordnet for english (#10762)
### What problem does this PR solve?

Fix: prio synonym match than wordnet for english

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-10-27 09:32:55 +08:00
..
__init__.py Fix: tree merge (#10691) 2025-10-21 13:02:01 +08:00
query.py Feat(nlp): add "怎么办" pattern to question word removal (#10284) 2025-09-25 16:47:56 +08:00
rag_tokenizer.py Fix infinite recursion in RagTokenizer when processing repetitive characters (#6109) 2025-04-01 13:59:52 +08:00
search.py Fix:ERROR 20 Method rag.nlp.search.Dealer.search() parameter highlight="None" violates type hint bool | list, as <class "builtins.NoneType"> "None" not list or bool. (#10743) 2025-10-27 09:29:39 +08:00
surname.py
synonym.py Fix: prio synonym match than wordnet for english (#10762) 2025-10-27 09:32:55 +08:00
term_weight.py Refactor: Use re compile for weight method (#9929) 2025-09-05 12:29:44 +08:00