~ubuntu-branches/ubuntu/jaunty/weka/jaunty

« back to all changes in this revision

Viewing changes to build/classes/build/classes/build/classes/build/classes/weka/core/parser/JFlex/Messages.properties

  • Committer: Bazaar Package Importer
  • Author(s): Soeren Sonnenburg, Torsten Werner, Soeren Sonnenburg
  • Date: 2008-10-30 06:42:46 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081030064246-648zj038l155host
Tags: 3.5.8+cup1-1
[ Torsten Werner ]
* Update Section field in doc-base file.
* Add Class-Path attribute to jar file.

[ Soeren Sonnenburg ]
* Update my email address to sonne@debian.org.
* Update copyright.
* Remove build, java cup and jflex from orig.tar.gz.
* Add cup and jflex as build dependency.
* Patch weka source to use cup from debian.
* Patch weka shell wrapper to use java-6-sun or openjdk.
* Obtain documentation from svn.
* Build depend on texlive-latex-extra (required to generate documentation).
* Add javadoc as build target.
* Use java-wrappers to start weka.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
UNTERMINATED_STR = Unterminated string at end of line.
2
 
EOF_WO_ACTION    = <<EOF>> must be followed by an action.
3
 
EOF_SINGLERULE   = <<EOF>> can only be used as a single rule.
4
 
UNKNOWN_OPTION   = Unkown %-option
5
 
UNEXPECTED_CHAR  = Unexpected character 
6
 
UNEXPECTED_NL    = Unexpected character <newline>
7
 
LEXSTATE_UNDECL  = Lexical state has not been declared.
8
 
STATE_IDENT_EXP  = State identifier expected.
9
 
REPEAT_ZERO      = Illegal repeat statement. At least one operand must be > 0
10
 
REPEAT_GREATER   = Illegal repeat statement. First operand must not be greater than second one.
11
 
REGEXP_EXPECTED  = Regular expression expected.
12
 
MACRO_UNDECL     = Macro has not been declared.
13
 
CHARSET_2_SMALL  = Character set is too small for this class.
14
 
CS2SMALL_STRING  = Character set is too small for a charactor of this string.
15
 
CS2SMALL_CHAR    = Character set is too small for this character.
16
 
CHARCLASS_MACRO  = Macros in character classes are not supported.
17
 
UNKNOWN_SYNTAX   = Syntax error.
18
 
SYNTAX_ERROR     = Syntax error.
19
 
NOT_AT_BOL       = %-option is not at the beginning of the line.
20
 
NO_MATCHING_BR   = Didn't find matching bracket
21
 
EOF_IN_ACTION    = Unexpected end of file in action code
22
 
EOF_IN_COMMENT   = Unexpected end of file in comment
23
 
EOF_IN_STRING    = Unexpected end of file in string
24
 
EOF_IN_MACROS    = Unexpected end of file in macros
25
 
EOF_IN_STATES    = Unexpected end of file in state list
26
 
EOF_IN_REGEXP    = Unexpected end of file in regular expression
27
 
UNEXPECTED_EOF   = Unexpected end of file (maybe missing "*/" ")" "]" or "}")
28
 
NO_LEX_SPEC      = This seems not to be a lexical specification (first %% is missing)
29
 
NO_LAST_ACTION   = Last action in the specification must not be "|"
30
 
LOOKAHEAD_ERROR  = Dangerous lookahead expression, yytext might contain too many characters.
31
 
NO_DIRECTORY     = No directory for -d option
32
 
NO_SKEL_FILE     = No file provided for -skel option
33
 
WRONG_SKELETON   = Incorrect skeleton file (wrong number of sections).
34
 
OUT_OF_MEMORY    = JFlex has run out of memory. Please try increasing the maximum JVM heap size
35
 
QUIL_INITTHROW   = %initthrow needs a list of (qualified) identifiers
36
 
QUIL_EOFTHROW    = %eofthrow needs a list of (qualified) identifiers
37
 
QUIL_YYLEXTHROW  = %yylexthrow needs a list of (qualified) identifiers
38
 
ZERO_STATES      = Your scanner has zero states. Very funny.
39
 
NO_BUFFER_SIZE   = %buffer expects the size of the scanner buffer as decimal number
40
 
NOT_READABLE     = Could not open file.
41
 
FILE_CYCLE       = Cyclic file inclusion.
42
 
FILE_WRITE       = Error writing to file
43
 
QUIL_SCANERROR   = %scannerror needs a (qualified) identifier
44
 
NEVER_MATCH      = Rule can never be matched:
45
 
QUIL_THROW       = %throws needs a list of (qualified) identifiers
46
 
EOL_IN_CHARCLASS = Unexpected newline in character class (closing "]" is missing)
47
 
QUIL_CUPSYM      = %cupsym needs a (qualified) identifier
48
 
CUPSYM_AFTER_CUP = %cupsym should be used before %cup
49
 
ALREADY_RUNNING  = The generator is already running
50
 
CANNOT_READ_SKEL = Cannot read skeleton file "{0}".
51
 
READING_SKEL     = Reading skeleton file "{0}".
52
 
SKEL_IO_ERROR    = IO problem reading skeleton file.
53
 
SKEL_IO_ERROR_DEFAULT = IO problem reading default skeleton file.
54
 
READING=Reading "{0}"
55
 
CANNOT_OPEN=Sorry, couldn''t find the file "{0}".
56
 
NFA_IS=NFA is
57
 
NFA_STATES={0} states in NFA
58
 
DFA_TOOK=DFA construction took {0}
59
 
DFA_IS=DFA is
60
 
MIN_TOOK=Minimization took {0} 
61
 
MIN_DFA_IS=Miniminal DFA is
62
 
WRITE_TOOK=Writing took {0}
63
 
TOTAL_TIME=Overall scanner generation time: {0}
64
 
IO_ERROR=An I/O-Error occured: {0}
65
 
THIS_IS_JFLEX=This is JFlex {0}
66
 
UNKNOWN_COMMANDLINE=Error: unknown option "{0}".
67
 
MACRO_CYCLE=Macro {0} contains a cycle.
68
 
MACRO_DEF_MISSING=Found no definition for '{{0}'} while expanding '{{1}'}
69
 
PARSING_TOOK=Parsing took {0}
70
 
NFA_TOOK=NFA construction took {0}
 
 
b'\\ No newline at end of file'