-
Notifications
You must be signed in to change notification settings - Fork 136
Description
(migrated from nltk/nltk#149)
Hi
An enhanced version of bioreader in nltk_contrib [http://code.google.com/p/nltk/source/browse/trunk#trunk%2Fnltk_contrib%2Fnltk_contrib%2Fbioreader] directory is available at https://bitbucket.org/jagan/bioreader.
Code clean up and implimentation of coding standards are done
Jaganadh G
Migrated from http://code.google.com/p/nltk/issues/detail?id=661
earlier comments
StevenBird1 said, at 2011-04-08T13:26:40.000Z:
Thanks. Would you please describe what the extra files are for? Also, please remember to use "new style" Python classes.
jaganadhg said, at 2011-04-08T14:43:05.000Z:
Dear Stevan The extra files are programs which I used for testing the program. Now I removed the files from bitbucket. I will impliment the "new style" Python class soon. If possible I will finish it by this week end.
jaganadhg said, at 2011-04-08T15:33:53.000Z:
Dear Stevan Just incorporated the "new style" Python class and also dome some minor corrections in the API documentation Jaganadh G