update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user