摘要:
#include<iostream> #include<cstdio> #include<cmath> using namespace std; typedef long long int LL; const LL maxn=100010; LL prime[maxn]; bool p[maxn]= 阅读全文
摘要:
baseline: 1、word2vector:Efficient Estimation of Word Representations in Vector Space(基于向量空间中词表示的有效估计) 2、glove:GloVe: Global Vectors for Word Represent 阅读全文