C# SimHash文字相似度
using System;using System.Collections.Generic;using System.Linq;using System.Numerics;using System.Text;namespace chx{ public class SimHash { private String tokens; private BigInteger strSimHash; private int hashbits