Skip to content

Commit

Permalink
extracting all kind of characters for second part of ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Apr 2, 2024
1 parent f6821a9 commit 9baf773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/db/extract_filtering_terms.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import conf


ONTOLOGY_REGEX = re.compile(r"([_A-Za-z0-9]+):([_A-Za-z0-9^\-]+)")
ONTOLOGY_REGEX = re.compile(r"([_A-Za-z0-9]+):([*]+)")

client = MongoClient(
#"mongodb://127.0.0.1:27017/"
Expand Down

0 comments on commit 9baf773

Please sign in to comment.