Commit dae2f564 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Back accents

parent e7655d6a
Pipeline #4245 canceled with stage
......@@ -83,8 +83,8 @@ normNgramInternal :: CTabNgramType -> String -> String
normNgramInternal CTabAuthors = identity
normNgramInternal CTabSources = identity
normNgramInternal CTabInstitutes = identity
normNgramInternal CTabTerms = GS.specialCharNormalize
<<< S.toLower
normNgramInternal CTabTerms = {- GS.specialCharNormalize
<<< -} S.toLower
<<< R.replace wordBoundaryReg " "
normNgramWithTrim :: CTabNgramType -> String -> String
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment