Difference between revisions of "Prokee Module: bws"
Jump to navigation
Jump to search
(→Global Settings) |
|||
| Line 26: | Line 26: | ||
== Global Settings == | == Global Settings == | ||
| + | |||
| + | === Example === | ||
| + | [settings] | ||
| + | ->useAlphabets="true"; | ||
| + | ->useDictionary="false"; | ||
| + | ->dictionary="main_german"; | ||
| + | ->dictionary="main_english"; | ||
| + | ->cutat="Operator"; | ||
| + | ->cutat="Alphabet"; | ||
| + | ->cutat="Symbol"; | ||
Revision as of 02:57, 29 April 2019
This module provides the second part of a two part scanning approach.
- BasicBlockScanner
- BasicWesternScanner (bws)
Contents
Tokens
The following types of tokens are recognized:
- Literals
- Operators
- Keywords
- Other words (separated by operators or change of alphabets)
- Level-2 blocks (as provided by BasicBlockScanner)
Literals
Operators
Keywords
Other Words
Level-2 Blocks
Languages
Alphabets
Global Settings
Example
[settings] ->useAlphabets="true"; ->useDictionary="false"; ->dictionary="main_german"; ->dictionary="main_english"; ->cutat="Operator"; ->cutat="Alphabet"; ->cutat="Symbol";