Giter Club home page Giter Club logo

ltp's Introduction

Ltp: Language Technology Platform

Build Status

简介

__语言技术平台(Language Technology Platform,LTP)__是哈工大社会计算与信息检索研究中心历时十年开发的一整套中文语言处理系统。LTP制定了基于XML的语言处理结果表示,并在此基础上提供了一整套自底向上的丰富而且高效的中文语言处理模块(包括词法、句法、语义等6项中文处理核心技术),以及基于动态链接库(Dynamic Link Library, DLL)的应用程序接口,可视化工具,并且能够以网络服务(Web Service)的形式进行使用。

从2006年9月5日开始该平台对外免费共享目标代码,截止目前,已经有国内外400多家研究单位共享了LTP,也有国内外多家商业公司购买了LTP,用于实际的商业项目中。2010年12月获得**中文信息学会颁发的行业最高奖项:“钱伟长中文信息处理科学技术奖”一等奖。

2011年6月1日,为了与业界同行共同研究和开发中文信息处理核心技术,我中心正式将LTP开源。

编译

2013年3月以后,为适应跨平台编译,LTP从Automake改为使用CMake编译,编译时请注意对应版本。

2.2.0之后

  1. 将ltp_data.zip压缩包解压至项目文件夹下
  2. 配置
./configure
  1. 编译
make

编译后会在bin/下产生两个可执行程序ltp_testltp_test_xml,同时会在lib/下产生各组件的静态链接库。

2.2.0之前

  1. 将ltp_data.zip压缩包解压至项目文件夹下
  2. 配置
./configure
  1. 编译
make

编译后会在src/test/下产生两个可执行程序ltp_testltp_test_xml

模型

由于模型文件ltp_data.zip不适合进行版本控制,现已经将ltp_data.zip转移到这里

ltp's People

Contributors

carfly avatar jiangfeng1124 avatar oneplus avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.