?? similarity.h
字號:
#include <io.h>
#include "string.h"
#include <iostream>
#include <fstream>
#include <string>
#include <stdio.h>
#include <vector>
#include <map>
using namespace std;
#include "ssps.h"
typedef struct SWORD {
int wnum;
double weight;
} SWORD;
double sprod_ns(double *, double *,int);
int loadbiaodian(string Filename);
int loadStopword(string Filename);
double Compute_sim(string text1,string text2);
int find(vector<string> OArray,string word);
int find(vector<SWORD> textarray,int pos);
int caltf(string text);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -