链接Cin

来源:互联网 发布:淘宝关键词指数查询 编辑:程序博客网 时间:2024/05/21 05:21

public class NICTCLAS : IDisposable{    public NICTCLAS(string value);

    public string DataRootPath { get; set; }    public eOperateType OperateType { get; set; }    public eOutputFormat OutputFormat { get; set; }    public double SmoothingPara { get; set; }

    public override sealed void Dispose();    protected virtual void Dispose(bool value);    public bool ParagraphProcessing(string source, ref string result);}

原创粉丝点击