forked from HIT-SCIR/ltp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
227 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,41 +11,17 @@ __[语言技术平台(Language Technology Platform,LTP)](http://ir.hit.edu | |
|
||
2011年6月1日,为了与业界同行共同研究和开发中文信息处理核心技术,我中心正式将LTP开源。 | ||
|
||
编译 | ||
---- | ||
|
||
2013年3月以后,为适应跨平台编译,LTP从Automake改为使用CMake编译,编译时请注意对应版本。 | ||
|
||
__2.2.0之后__ | ||
|
||
1. 将ltp_data.zip压缩包解压至项目文件夹下 | ||
2. 配置 | ||
``` | ||
./configure | ||
``` | ||
3. 编译 | ||
``` | ||
make | ||
``` | ||
文档 | ||
--- | ||
|
||
编译后会在bin/下产生两个可执行程序`ltp_test`和`ltp_test_xml`,同时会在lib/下产生各组件的静态链接库。 | ||
关于LTP的使用,请参考[LTP使用文档v3.0](https://github.com/HIT-SCIR/ltp/blob/ltp-new-framework/doc/ltp-document-3.0.md) | ||
|
||
__2.2.0之前__ | ||
开源协议 | ||
------- | ||
1. 语言技术平台面向国内外大学、中科院各研究所以及个人研究者免费开放源代码,但如上述机构和个人将该平台用于商业目的(如企业合作项目等)则需要付费。 | ||
|
||
1. 将ltp_data.zip压缩包解压至项目文件夹下 | ||
2. 配置 | ||
``` | ||
./configure | ||
``` | ||
3. 编译 | ||
``` | ||
make | ||
``` | ||
|
||
编译后会在src/test/下产生两个可执行程序`ltp_test`和`ltp_test_xml`。 | ||
|
||
模型 | ||
---- | ||
2. 除上述机构以外的企事业单位,如申请使用该平台,需付费。 | ||
|
||
由于模型文件`ltp_data.zip`不适合进行版本控制,现已经将`ltp_data.zip`转移到[这里](http://ir.hit.edu.cn/ltp/program/ltp_data.zip)。 | ||
3. 凡涉及付费问题,请发邮件到biz@ir.hit.edu.cn洽商。 | ||
|
||
4. 如果您在LTP基础上发表论文或取得科研成果,请您在发表论文和申报成果时声明“使用了哈工大社会计算与信息检索研究中心研制的语言技术平台(LTP)”,参考文献中加入以下论文: Wanxiang Che, Zhenghua Li, Ting Liu. LTP: A Chinese Language Technology Platform. In Proceedings of the Coling 2010:Demonstrations. 2010.08, pp13-16, Beijing, China. 同时,发信给[email protected],说明发表论文或申报成果的题目、出处等。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters