diff options
| author | chensyCN <chensy9605@gmail.com> | 2026-01-10 13:32:19 +0800 |
|---|---|---|
| committer | chensyCN <chensy9605@gmail.com> | 2026-01-10 13:32:19 +0800 |
| commit | 85c330e0c0d5f560a20d950a203b368bb35ed45b (patch) | |
| tree | 7991a5197fdba019487d061af24554f043742ee8 /src/ner.py | |
| parent | c3816630d1c145c33c6928cb3a4f248381aca96d (diff) | |
update vectorized retrieval
Diffstat (limited to 'src/ner.py')
| -rw-r--r-- | src/ner.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ class SpacyNER: sentence_to_entities = defaultdict(list) unique_entities = set() passage_hash_id_to_entities = {} - pdb.set_trace() + # pdb.set_trace() # 注释掉调试断点 for ent in doc.ents: if ent.label_ == "ORDINAL" or ent.label_ == "CARDINAL": continue |
