This commit is contained in:
narawat lamaiin
2025-07-18 07:54:50 +07:00
parent b3e8df7287
commit 066d72553f
2 changed files with 10 additions and 7 deletions

View File

@@ -1298,6 +1298,9 @@ function textToDict(text::String, detectKeywords::Vector{String};
error("Keyword $keyword not found in text: $text")
end
end
if typeof(kw[1]) <: AbstractArray
kw = reduce(vcat, kw)
end
od1, od2 =
if symbolkey