Skip to content

Commit

Permalink
Update: added regex pattern compilation during object initialization …
Browse files Browse the repository at this point in the history
…and switched to extractOne method in fuzzy searching, and updating type check, adding PatternList
  • Loading branch information
AchintyaX committed Feb 18, 2022
1 parent 7bcd692 commit 5f836e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialogy/plugins/text/list_search_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
same time, the difference is just configuration of each of these tools/services. There is another difference of
intermediate structure that the DucklingPlugin expects. We need to prevent the impact of the structure from affecting
all other entities. So that their :code:`from_dict(...)` methods are pristine and involve no shape hacking.
"""
import re
from typing import Any, Dict, List, Optional, Tuple, Pattern
Expand Down

0 comments on commit 5f836e5

Please sign in to comment.