If you want a glimpse of my idea of fun ...
Posted by
Beryllium (aka grayman)
Aug 31 '17, 20:54
|
I'm writing a parser for this data structure (sort of like a CSV but more complex):
synset_offset lex_filenum ss_type w_cnt word lex_id [word lex_id...] p_cnt [ptr...] [frames...] | gloss
where "ptr..." has the substructure:
pointer_symbol synset_offset pos source/target
and "frames..." has the substructure:
f_cnt + f_num w_num [ + f_num w_num...]
... and my implementation is working (not counting "frames...").
|
Responses:
|