两个字符串相似度百分比匹配(支持中文字符串匹配)C++
#pragma once#ifndef SIMILARITY_H#define SIMILARITY_H#include#includestd::vectorstd::string getStringArray(std::string& SA){std::vectorstd::string tmp;for (size_t i = 0; i < SA.size()????{if (SA[i] & 0x80){tmp.push_back(SA.subst