Extend the decode functionality to - [ ] support namespace, implement using multiple files in the sequence directory - [ ] decompose this function to decode one symbol instead of an entire list - [ ] use cache to make repetitive lookup more efficient the `decode` function should have a signature similar to the one below. `decode(symbol, src_seq_name, dest_seq_name): decoded_symbol`
Extend the decode functionality to
the
decodefunction should have a signature similar to the one below.decode(symbol, src_seq_name, dest_seq_name): decoded_symbol