Participle nlpir/ictclas2014 Word Breaker's C + + API for initial use under Windows

Source: Internet
Author: User
Tags creative commons attribution

Package Preparation

nlpir/ictclas2014 Word breaker Download package

Dev-c++

Operating system windows

After unpacking the word breaker download package see

What is needed here in Windows is data, NLPIR.h in include, Win32 NLPIR.libNLPIR.dll in LIB, and how to use the file for later.

Create a new project in Dev C + +

Copy the above data, NLPIR.h, NLPIR.lib, NLPIR.dll to the project Nlpir working directory,

Right-click Nlpir-> Project Properties

In the "Parameters" screen, click "Add Library or Object", add NLPIR.lib, confirm

Test examples

1#include"NLPIR.h"2#include <stdio.h>3#include <string.h>4 intMainintargcChar*argv[])5 {6 //Sample1:sentence or paragraph lexical analysis with only one result7     Charssentence[ -];8     Const Char*Sresult;9     if(!nlpir_init ())Ten     { Oneprintf"Init fails\n"); A         return-1; -     } -printf"Input sentence now (' Q ' to quit)!\n"); thescanf"%s", ssentence); -      while(_STRICMP (Ssentence,"Q")!=0) -     { -Sresult = Nlpir_paragraphprocess (Ssentence,0); +printf"%s\ninput string Now (' Q ' to quit)!\n", sresult); -scanf"%s", ssentence); +     } A nlpir_exit (); at     return 0; -}

Test effect


This document is licensed based on the Creative Commons Attribution-NonCommercial Use 3.0 license agreement. Welcome reprint, Deduction, but must keep the signature of this article Lin Yu flying, if you need advice, please send me a letter

Participle nlpir/ictclas2014 Word Breaker's C + + API for initial use under Windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.