normativeai / backend

GNU General Public License v3.0
3 stars 3 forks source link

Users can enter illegal terms and we want to prevent it as much as possible #36

Open shaolintl opened 5 years ago

shaolintl commented 5 years ago

Right now users can enter terms like D0.1 etc. We can try to replace illegal characters as much as possible and in general normalize the terms. Should we also turn them into lower case, I.e. change all terms into snake case?