Backboards: 
Posts: 153

If you want a glimpse of my idea of fun ...

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:
Post a message   top
Replies are disabled on threads older than 7 days.