Skip to content

unicode normalization #3

Open
Open
@gregorycrane

Description

@gregorycrane

I wonder if we should not normalize unicode as part of our Atlas data prep. I was looking on line about how to do it and found this code from some guy named Tauber ....
@jtauber @lcerrato @AlisonBabeu

from unicodedata import normalize
curword = normalize("NFC",m[1])

My thinking:

  1. Anything in our repos should probably be normalized (e.g., the Greek from the Greco-Arabic corpus).
  2. Anything we import into Atlas, we should normalize. That would imply some code in the Atlas data prep pipeline (I think)

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions