⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formdemo.designer.cs

📁 KTDictSeg 简介: KTDictSeg 是由KaiToo搜索开发的一款基于字典的简单中英文分词算法 * 主要功能: 中英文分词
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.linkLabel5.Name = "linkLabel5";
            this.linkLabel5.Size = new System.Drawing.Size(359, 12);
            this.linkLabel5.TabIndex = 35;
            this.linkLabel5.TabStop = true;
            this.linkLabel5.Text = "http://blog.csdn.net/eaglet/archive/2007/05/24/1624487.aspx";
            this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
            // 
            // linkLabel6
            // 
            this.linkLabel6.AutoSize = true;
            this.linkLabel6.Location = new System.Drawing.Point(71, 74);
            this.linkLabel6.Name = "linkLabel6";
            this.linkLabel6.Size = new System.Drawing.Size(365, 12);
            this.linkLabel6.TabIndex = 36;
            this.linkLabel6.TabStop = true;
            this.linkLabel6.Text = "http://www.cnblogs.com/eaglet/archive/2007/05/24/758833.html";
            this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(12, 74);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(53, 12);
            this.label11.TabIndex = 37;
            this.label11.Text = "算法介绍";
            // 
            // checkBoxMatchName
            // 
            this.checkBoxMatchName.AutoSize = true;
            this.checkBoxMatchName.Checked = true;
            this.checkBoxMatchName.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxMatchName.Location = new System.Drawing.Point(196, 615);
            this.checkBoxMatchName.Name = "checkBoxMatchName";
            this.checkBoxMatchName.Size = new System.Drawing.Size(96, 16);
            this.checkBoxMatchName.TabIndex = 38;
            this.checkBoxMatchName.Text = "识别中文人名";
            this.checkBoxMatchName.UseVisualStyleBackColor = true;
            // 
            // checkBoxFilterStopWords
            // 
            this.checkBoxFilterStopWords.AutoSize = true;
            this.checkBoxFilterStopWords.Location = new System.Drawing.Point(303, 615);
            this.checkBoxFilterStopWords.Name = "checkBoxFilterStopWords";
            this.checkBoxFilterStopWords.Size = new System.Drawing.Size(84, 16);
            this.checkBoxFilterStopWords.TabIndex = 41;
            this.checkBoxFilterStopWords.Text = "过滤停用词";
            this.checkBoxFilterStopWords.UseVisualStyleBackColor = true;
            // 
            // buttonTrafficPos
            // 
            this.buttonTrafficPos.Location = new System.Drawing.Point(30, 682);
            this.buttonTrafficPos.Name = "buttonTrafficPos";
            this.buttonTrafficPos.Size = new System.Drawing.Size(75, 23);
            this.buttonTrafficPos.TabIndex = 42;
            this.buttonTrafficPos.Text = "统计词性";
            this.buttonTrafficPos.UseVisualStyleBackColor = true;
            this.buttonTrafficPos.Click += new System.EventHandler(this.buttonTrafficPos_Click);
            // 
            // checkBoxDisplayPosition
            // 
            this.checkBoxDisplayPosition.AutoSize = true;
            this.checkBoxDisplayPosition.Location = new System.Drawing.Point(196, 644);
            this.checkBoxDisplayPosition.Name = "checkBoxDisplayPosition";
            this.checkBoxDisplayPosition.Size = new System.Drawing.Size(96, 16);
            this.checkBoxDisplayPosition.TabIndex = 43;
            this.checkBoxDisplayPosition.Text = "显示单词位置";
            this.checkBoxDisplayPosition.UseVisualStyleBackColor = true;
            // 
            // checkBoxAutoStudy
            // 
            this.checkBoxAutoStudy.AutoSize = true;
            this.checkBoxAutoStudy.Location = new System.Drawing.Point(489, 615);
            this.checkBoxAutoStudy.Name = "checkBoxAutoStudy";
            this.checkBoxAutoStudy.Size = new System.Drawing.Size(72, 16);
            this.checkBoxAutoStudy.TabIndex = 44;
            this.checkBoxAutoStudy.Text = "自动学习";
            this.checkBoxAutoStudy.UseVisualStyleBackColor = true;
            // 
            // checkBoxFreqFirst
            // 
            this.checkBoxFreqFirst.AutoSize = true;
            this.checkBoxFreqFirst.Checked = true;
            this.checkBoxFreqFirst.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxFreqFirst.Location = new System.Drawing.Point(303, 644);
            this.checkBoxFreqFirst.Name = "checkBoxFreqFirst";
            this.checkBoxFreqFirst.Size = new System.Drawing.Size(96, 16);
            this.checkBoxFreqFirst.TabIndex = 45;
            this.checkBoxFreqFirst.Text = "优先判断词频";
            this.checkBoxFreqFirst.UseVisualStyleBackColor = true;
            // 
            // checkBoxAutoInsertUnknownWords
            // 
            this.checkBoxAutoInsertUnknownWords.AutoSize = true;
            this.checkBoxAutoInsertUnknownWords.Location = new System.Drawing.Point(489, 637);
            this.checkBoxAutoInsertUnknownWords.Name = "checkBoxAutoInsertUnknownWords";
            this.checkBoxAutoInsertUnknownWords.Size = new System.Drawing.Size(204, 16);
            this.checkBoxAutoInsertUnknownWords.TabIndex = 46;
            this.checkBoxAutoInsertUnknownWords.Text = "自动插入超过统计阈值的未登录词";
            this.checkBoxAutoInsertUnknownWords.UseVisualStyleBackColor = true;
            // 
            // numericUpDownUnknownWordsThreshold
            // 
            this.numericUpDownUnknownWordsThreshold.Location = new System.Drawing.Point(870, 653);
            this.numericUpDownUnknownWordsThreshold.Maximum = new decimal(new int[] {
            10000000,
            0,
            0,
            0});
            this.numericUpDownUnknownWordsThreshold.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDownUnknownWordsThreshold.Name = "numericUpDownUnknownWordsThreshold";
            this.numericUpDownUnknownWordsThreshold.Size = new System.Drawing.Size(52, 21);
            this.numericUpDownUnknownWordsThreshold.TabIndex = 47;
            this.numericUpDownUnknownWordsThreshold.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(487, 659);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(371, 12);
            this.label12.TabIndex = 48;
            this.label12.Text = "未登录词阈值,,当统计超过这个值时,自动将未登录词加入到字典中";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(487, 682);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(233, 12);
            this.label13.TabIndex = 50;
            this.label13.Text = "间隔多少秒自动保存最新的字典和统计信息";
            // 
            // numericUpDownAutoSaveInterval
            // 
            this.numericUpDownAutoSaveInterval.Location = new System.Drawing.Point(780, 676);
            this.numericUpDownAutoSaveInterval.Maximum = new decimal(new int[] {
            10000000,
            0,
            0,
            0});
            this.numericUpDownAutoSaveInterval.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDownAutoSaveInterval.Name = "numericUpDownAutoSaveInterval";
            this.numericUpDownAutoSaveInterval.Size = new System.Drawing.Size(142, 21);
            this.numericUpDownAutoSaveInterval.TabIndex = 49;
            this.numericUpDownAutoSaveInterval.Value = new decimal(new int[] {
            86400,
            0,
            0,
            0});
            // 
            // buttonSaveConfig
            // 
            this.buttonSaveConfig.Location = new System.Drawing.Point(30, 648);
            this.buttonSaveConfig.Name = "buttonSaveConfig";
            this.buttonSaveConfig.Size = new System.Drawing.Size(75, 23);
            this.buttonSaveConfig.TabIndex = 51;
            this.buttonSaveConfig.Text = "保存配置";
            this.buttonSaveConfig.UseVisualStyleBackColor = true;
            this.buttonSaveConfig.Click += new System.EventHandler(this.buttonSaveConfig_Click);
            // 
            // FormDemo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(924, 713);
            this.Controls.Add(this.buttonSaveConfig);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.numericUpDownAutoSaveInterval);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.numericUpDownUnknownWordsThreshold);
            this.Controls.Add(this.checkBoxAutoInsertUnknownWords);
            this.Controls.Add(this.checkBoxFreqFirst);
            this.Controls.Add(this.checkBoxAutoStudy);
            this.Controls.Add(this.checkBoxDisplayPosition);
            this.Controls.Add(this.buttonTrafficPos);
            this.Controls.Add(this.checkBoxFilterStopWords);
            this.Controls.Add(this.checkBoxMatchName);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.linkLabel6);
            this.Controls.Add(this.linkLabel5);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.linkLabel4);
            this.Controls.Add(this.linkLabel3);
            this.Controls.Add(this.linkLabel2);
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.labelSrcLength);
            this.Controls.Add(this.labelRegRate);
            this.Controls.Add(this.labelSegTime);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.buttonSegment);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBoxSegwords);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBoxSource);
            this.Name = "FormDemo";
            this.Text = "简单中英文分词组件演示 V1.3.01";
            this.Load += new System.EventHandler(this.FormDemo_Load);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownUnknownWordsThreshold)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownAutoSaveInterval)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label labelRegRate;
        private System.Windows.Forms.Label labelSegTime;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button buttonSegment;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBoxSegwords;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBoxSource;
        private System.Windows.Forms.Label labelSrcLength;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.LinkLabel linkLabel1;
        private System.Windows.Forms.LinkLabel linkLabel2;
        private System.Windows.Forms.LinkLabel linkLabel3;
        private System.Windows.Forms.LinkLabel linkLabel4;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.LinkLabel linkLabel5;
        private System.Windows.Forms.LinkLabel linkLabel6;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.CheckBox checkBoxMatchName;
        private System.Windows.Forms.CheckBox checkBoxFilterStopWords;
        private System.Windows.Forms.Button buttonTrafficPos;
        private System.Windows.Forms.CheckBox checkBoxDisplayPosition;
        private System.Windows.Forms.CheckBox checkBoxAutoStudy;
        private System.Windows.Forms.CheckBox checkBoxFreqFirst;
        private System.Windows.Forms.CheckBox checkBoxAutoInsertUnknownWords;
        private System.Windows.Forms.NumericUpDown numericUpDownUnknownWordsThreshold;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.NumericUpDown numericUpDownAutoSaveInterval;
        private System.Windows.Forms.Button buttonSaveConfig;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -