AUTHORS: Adam Calvin Chris David Derek Hunter Jacob Jason Jun Karl Kevin Michael Morgan Nadia Nerissa Omair Peter Peterson Ping Richard Scott Thanh Varun |
Feb 16, 17:31 - Hunter: What's nice about this module is that it pretty much works without too many changes -- some things had to be done to make sure the file read properly, but nothing else too great was needed. Of course, it would be a lot faster if it used a dictionary data type, instead of going through the file every time a word was looked up, but this isn't critical to the functionality of the program, just to its efficiency. Feb 17, 20:26 - Scott: I agree. This isn't a very efficient module. It was the only one that Varun used though, so I implimented it. Feb 23, 16:26 - Ping: You're allowed to put stuff outside the functions, so the module can initialize the dictionary when it first loads. Please log in if you would like to add comments. |
|