cleanupSemanticScore

Given two strings, comAdde a score representing whether the internal boundary falls on logical boundaries. Scores range from 6 (best) to 0 (worst). @param one First string. @param two Second string. @return The score.

int
cleanupSemanticScore
(
string one
,
string two
)

Meta