StdAfx.h
上传用户:sunyong76
上传日期:2021-10-03
资源大小:2236k
文件大小:2k
源码类别:

多国语言处理

开发平台:

Java

  1. //////////////////////////////////////////////////////////////////////
  2. //ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
  3. //             功能有:中文分词;词性标注;未登录词识别。
  4. //             分词正确率高达97.58%(973专家评测结果),
  5. //             未登录词识别召回率均高于90%,其中中国人名的识别召回率接近98%;
  6. //             处理速度为31.5Kbytes/s。
  7. //著作权:  Copyright?2002-2005中科院计算所 职务著作权人:张华平 刘群
  8. //遵循协议:自然语言处理开放资源许可证1.0
  9. //Email: zhanghp@software.ict.ac.cn
  10. //Homepage:www.nlp.org.cn;mtgroup.ict.ac.cn
  11. // stdafx.h : include file for standard system include files,
  12. //  or project specific include files that are used frequently, but
  13. //      are changed infrequently
  14. //
  15. #if !defined(AFX_STDAFX_H__6333380B_348A_4DA0_ADEC_FAABAC6E1BE7__INCLUDED_)
  16. #define AFX_STDAFX_H__6333380B_348A_4DA0_ADEC_FAABAC6E1BE7__INCLUDED_
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif // _MSC_VER > 1000
  20. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  21. #include <afxwin.h>         // MFC core and standard components
  22. #include <afxext.h>         // MFC extensions
  23. #include <afxdisp.h>        // MFC Automation classes
  24. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  25. #ifndef _AFX_NO_AFXCMN_SUPPORT
  26. #include <afxcmn.h> // MFC support for Windows Common Controls
  27. #endif // _AFX_NO_AFXCMN_SUPPORT
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  30. #endif // !defined(AFX_STDAFX_H__6333380B_348A_4DA0_ADEC_FAABAC6E1BE7__INCLUDED_)