first commit

This commit is contained in:
2026-01-12 08:03:46 -03:00
parent dc76d5d851
commit 8424c42d1a

View File

@@ -374,7 +374,7 @@ def extract_graph_keywords_from_requirement(req: dict) -> str:
def build_oracle_text_query(text: str) -> str | None:
ORACLE_TEXT_STOPWORDS = {
"and", "or", "the", "with", "between", "of", "to", "for",
"in", "on", "by", "is", "are", "was", "were", "be"
"in", "on", "by", "is", "are", "was", "were", "be", "within", "between"
}
tokens = []