ICTCLAS_WIN.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. // ICTCLAS_Win.h : main header file for the ICTCLAS_WIN application
  12. //
  13. #if !defined(AFX_ICTCLAS_WIN_H__B1162952_B2FC_4971_92F4_76B888BDEB1A__INCLUDED_)
  14. #define AFX_ICTCLAS_WIN_H__B1162952_B2FC_4971_92F4_76B888BDEB1A__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. #ifndef __AFXWIN_H__
  19. #error include 'stdafx.h' before including this file for PCH
  20. #endif
  21. #include "resource.h" // main symbols
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CICTCLAS_WinApp:
  24. // See ICTCLAS_Win.cpp for the implementation of this class
  25. //
  26. class CICTCLAS_WinApp : public CWinApp
  27. {
  28. public:
  29. CICTCLAS_WinApp();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CICTCLAS_WinApp)
  33. public:
  34. virtual BOOL InitInstance();
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. //{{AFX_MSG(CICTCLAS_WinApp)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //    DO NOT EDIT what you see in these blocks of generated code !
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_ICTCLAS_WIN_H__B1162952_B2FC_4971_92F4_76B888BDEB1A__INCLUDED_)