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 ...@@ -83,8 +83,8 @@ normNgramInternal :: CTabNgramType -> String -> String
normNgramInternal CTabAuthors = identity normNgramInternal CTabAuthors = identity
normNgramInternal CTabSources = identity normNgramInternal CTabSources = identity
normNgramInternal CTabInstitutes = identity normNgramInternal CTabInstitutes = identity
normNgramInternal CTabTerms = GS.specialCharNormalize normNgramInternal CTabTerms = {- GS.specialCharNormalize
<<< S.toLower <<< -} S.toLower
<<< R.replace wordBoundaryReg " " <<< R.replace wordBoundaryReg " "
normNgramWithTrim :: CTabNgramType -> String -> String 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