snowball.h

来自「firtext搜索引擎源码」· C头文件 代码 · 共 33 行

H
33
字号
//// Copyright(C) 2005--2006 Institute of Computing Tech, Chinese Academy of Sciences. // All rights reserved.// This file is part of FirteX (www.firtex.org)//// Use of the FirteX is subject to the terms of the software license set forth in // the LICENSE file included with this software, and also available at// http://www.firtex.org/license.html
//// Author	: 郭瑞杰(GuoRuijie)// Email	: ruijieguo@software.ict.ac.cn,ruijieguo@gmail.com// Created	: 2007/3/7//
#ifndef __SNOWBALL_H
#define __SNOWBALL_H


#ifdef WIN32
	#ifdef _DEBUG
		#pragma comment(lib,"SnowballD.lib")
		#pragma message("Automatically linking with SnowballD.lib") 
	#else
		#pragma comment(lib,"Snowball.lib")
		#pragma message("Automatically linking with Snowball.lib") 
	#endif
#endif


#include "SnowballFilter.h"


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?