-
CherubNLP:.NET Core中的自然语言处理下载
资源介绍
基路伯
.NET标准中的自然语言处理。
PM > Install-Package CherubNLP
词向量
文字向量
文字相似度
using NumSharp ;
var similarities = Similarity . Cosine ( " We can use Cosine to compute the similarity of two hardcoded lists. " , new []
{
" Cosine Similarity algorithm function sample. " ,
" The Cosine Similarity function computes the similarity of two lists of numbers. " ,