Hi,
Im trying to extract a value age and experience which will be present in my text file in the format x:y
eg: 31:12 which means age = 31 and experience = 12.
When i try parsing the tokens, the type it shows is DEFAULT
-------------
token: 31:12
NUMBER: 70
TOKID: -1
TYPE: DEFAULT
POS: 13
HAS WS FOLLOWING!
Feature:
Feature Type:1
Feature Type

OS
Feature Value:20
Feature Value:Num
Feature Span:1
----------------
I cant use
([DIGITS=1 DIGITS=2])':'[DIGITS=1 DIGITS=2]
AGE
Because it is not type NUMBER
Can anybody suggest me how to use extractor in this case
Rgds
Yuv