Skip to content

Commit

Permalink
Update tjsp_classificar_recurso.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jjesusfilho authored Apr 29, 2024
1 parent 6786047 commit 4eb74ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tjsp_classificar_recurso.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tjsp_classificar_recurso <- function (x)
stringi::stri_detect_regex(x, "(?=.*\\bderam\\b)(?=.*\\bprejudicado\\b)") ~ "duvida",
stringi::stri_detect_regex(x, "(?=.*\\bneg[oa]\\w*\\b)(?=.*\\bprejudicado\\b)") ~ "duvida",
stringi::stri_detect_regex(x, "(?=.*\\bacolh\\w+\\b)(?=.*\\bneg[ao]\\w*\\b)") ~ "duvida",
stringi::stri_detect_regex(x, "parcial\\w*\\sprovi\\w+") ~ "parcial",
stringi::stri_detect_regex(x, "(parcial\\w*\\sprovi\\w+|\\bprovi\\w+\\sem parte)") ~ "parcial",
stringi::stri_detect_regex(x, "(nao\\sconhec\\w+|nao\\sse\\sconhec\\w+)") ~ "n\u00e3o conhecido",
stringi::stri_detect_regex(x, "desconh\\w+") ~ "desconhecido",
stringi::stri_detect_regex(x, "nao\\s+conhec\\w+") ~ "desconhecido",
Expand Down

0 comments on commit 4eb74ea

Please sign in to comment.