========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : ICTCLAS_Win
========================================================================
AppWizard has created this ICTCLAS_Win application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your ICTCLAS_Win application.
ICTCLAS_Win.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
ICTCLAS_Win.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CICTCLAS_WinApp application class.
ICTCLAS_Win.cpp
This is the main application source file that contains the application
class CICTCLAS_WinApp.
ICTCLAS_Win.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
ICTCLAS_Win.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\ICTCLAS_Win.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file ICTCLAS_Win.rc.
res\ICTCLAS_Win.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one dialog class:
ICTCLAS_WinDlg.h, ICTCLAS_WinDlg.cpp - the dialog
These files contain your CICTCLAS_WinDlg class. This class defines
the behavior of your application's main dialog. The dialog's
template is in ICTCLAS_Win.rc, which can be edited in Microsoft
Visual C++.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named ICTCLAS_Win.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
计算所汉语词法分析系统ICTCLAS
共53个文件
h:15个
cpp:14个
dct:5个
5星 · 超过95%的资源 需积分: 32 192 下载量 13 浏览量
2007-11-25
12:59:10
上传
评论 2
收藏 2.18MB RAR 举报
温馨提示
词是最小的能够独立活动的有意义的语言成分,但汉语是以字为基本的书写单位,词语之间没有明显的区分标记,因此,中文词法分析是中文信息处理的基础与关键。为此,中国科学院计算技术研究所在多年研究基础上,耗时一年研制出了基于多层隐马模型的汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),该系统的功能有:中文分词;词性标注;未登录词识别。分词正确率高达97.58%(最近的973专家组评测结果),基于角色标注的未登录词识别能取得高于90%召回率,其中中国人名的识别召回率接近98%,分词和词性标注处理速度为543.5KB/s。 <br>计算所汉语词法分析系统ICTCLAS同时还提供一套完整的动态连接库ICTCLAS.dll,COM组件和相应的概率词典,开发者可以完全忽略汉语词法分析,直接在自己的系统中调用ICTCLAS,ICTCLAS可以根据需要输出多个高概率的结果,输出格式也可以定制,开发者在分词和词性标注的基础上继续上层开发。<br> 使用时请遵守《自然语言处理开放资源许可证》
资源推荐
资源详情
资源评论
收起资源包目录
ICTCLAS V1.2.rar (53个子文件)
Codes and ApplicationV1.2
ICTCLAS_WIN.opt 52KB
Utility
Utility.cpp 25KB
ContextStat.h 3KB
Dictionary.h 6KB
Utility.h 7KB
ContextStat.cpp 8KB
Dictionary.cpp 37KB
ICTCLAS_Win.clw 2KB
res
ICTCLAS_Win.rc2 403B
ICTCLAS_Win.ico 1KB
Thumbs.db 3KB
ICTCLAS_Win.dsp 6KB
ICTCLAS_WinDlg.h 2KB
ICTCLAS_Win.aps 38KB
ICTCLAS_WIN.sln 79B
Result
Result.h 3KB
Result.cpp 25KB
ICTCLAS_WIN.cpp 3KB
log.txt 39KB
Tag
Span.h 4KB
Span.cpp 29KB
ICTCLAS_WIN.dsw 545B
StdAfx.cpp 831B
ICTCLAS_WIN.suo 6KB
resource.h 1KB
Unknown
UnknowWord.h 3KB
UnknowWord.cpp 5KB
ICTCLAS_WinDlg.cpp 12KB
ICTCLAS_WIN.h 2KB
StdAfx.h 2KB
Segment
Segment.h 3KB
NShortPath.h 2KB
Segment.cpp 22KB
Queue.cpp 3KB
DynamicArray.cpp 10KB
Queue.h 3KB
DynamicArray.h 3KB
SegGraph.cpp 17KB
SegGraph.h 3KB
NShortPath.cpp 8KB
ICTCLAS_WIN.ncb 153KB
ICTCLAS_Win.plg 3KB
ICTCLAS_Win.rc 8KB
ReadMe.txt 4KB
Data
BigramDict.dct 7.19MB
tr.dct 63KB
ns.ctx 408B
nr.ctx 1KB
ns.dct 53KB
nr.dct 111KB
tr.ctx 408B
lexical.ctx 10KB
coreDict.dct 1.49MB
共 53 条
- 1
yanghuan6215
- 粉丝: 4
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
- 4
前往页