Tagged Questions
5
votes
8answers
688 views
“Absolute” string metric
I have a huge (but finite) set of natural language strings.
I need a way to convert each string to a numeric value. For any given string the value must be the same every time.
The more "different" ...
5
votes
7answers
372 views
Mapping arbitrary strings to RGB values
I have a huge set of arbitrary natural language strings. For my tool to analyze them I need to convert each string to unique color value (RGB or other). I need color contrast to depend on string ...