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

📄 risk-parser.h

📁 dbacl是一个通用目的的digramic贝叶斯文本分类器。它可以学习你提供的文本
💻 H
字号:
/* A Bison parser, made from risk-parser.y, by GNU bison 1.75.  *//* Skeleton parser for Yacc-like parsing with Bison,   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.   This program is free software; you can redistribute it and/or modify   it under the terms of the GNU General Public License as published by   the Free Software Foundation; either version 2, or (at your option)   any later version.   This program is distributed in the hope that it will be useful,   but WITHOUT ANY WARRANTY; without even the implied warranty of   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   GNU General Public License for more details.   You should have received a copy of the GNU General Public License   along with this program; if not, write to the Free Software   Foundation, Inc., 59 Temple Place - Suite 330,   Boston, MA 02111-1307, USA.  *//* As a special exception, when this file is copied by Bison into a   Bison output file, you may use that output file without restriction.   This special exception was added by the Free Software Foundation   in version 1.24 of Bison.  */#ifndef BISON_Y_TAB_H# define BISON_Y_TAB_H/* Tokens.  */#ifndef YYTOKENTYPE# define YYTOKENTYPE   /* Put the tokens into the symbol table, so that GDB and other debuggers      know about them.  */   enum yytokentype {     tCATEGORIES = 258,     tPRIOR = 259,     tLOSS = 260,     tEXP = 261,     tLOG = 262,     tNUMBER = 263,     tMATCH = 264,     tCOMPLEXITY = 265,     tNAME = 266,     tREGEX = 267,     tVEC = 268   };#endif#define tCATEGORIES 258#define tPRIOR 259#define tLOSS 260#define tEXP 261#define tLOG 262#define tNUMBER 263#define tMATCH 264#define tCOMPLEXITY 265#define tNAME 266#define tREGEX 267#define tVEC 268#ifndef YYSTYPE#line 51 "risk-parser.y"typedef union {  real_value_t numval;  char *strval;} yystype;/* Line 1281 of /usr/share/bison/yacc.c.  */#line 71 "y.tab.h"# define YYSTYPE yystype#endifextern YYSTYPE yylval;#endif /* not BISON_Y_TAB_H */

⌨️ 快捷键说明

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