StonyBrook-Lin637-S20 / main

Official course website for Compuational Linguistics 2 (LIN 637), Stony Brook University, Spring 2020
3 stars 3 forks source link

No class today #7

Open thomas--graf opened 4 years ago

thomas--graf commented 4 years ago

I'm down with a fever. If you have questions about the homework, post them here and I'll try to answer them later today.

joannechau commented 4 years ago

Let's say we wrote a list2trie function without reading the hints first and it works. Do we still need to implement an expand function?

Feel better Thomas!

thomas--graf commented 4 years ago

Nope, hints are just hints. There's many ways this can be done, I just outlined one that I think is relatively straightforward. In general, though, I recommend breaking things down into multiple functions that interact with each other, rather than writing a single function that does everything.