catalpa-cl / inceptalytics

An easy-to-use API for analyzing INCEpTION annotation projects.
16 stars 7 forks source link

Replace whitespaces in project name, fixes #14 #15

Closed yanirmr closed 2 years ago

yanirmr commented 2 years ago

The presence of whitespace in the project's name is automatically converted to a minus/hyphen behind the scenes of INCEPTION, as far as I can tell.

simulacrum6 commented 2 years ago

Hey, thanks for the pull request. If we perform input normalisation anyways, we might as well lowercase the user's input. Do you want to add that, or should I do it separately?

yanirmr commented 2 years ago

lower-case normalization - done!