mirror of
https://github.com/hoshikawa2/rfp_response_automation.git
synced 2026-03-03 16:09:35 +00:00
first commit
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user