Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of API changes #598

Closed
stevenbird opened this issue Feb 6, 2014 · 4 comments
Closed

List of API changes #598

stevenbird opened this issue Feb 6, 2014 · 4 comments
Assignees
Milestone

Comments

@stevenbird
Copy link
Member

Identify NLTK's API changes since 2.0.4, in list format, e.g.:

  • util.clean_html() (dropped, use BeautifulSoup instead)
  • corpus.reader.wordnet.Synset.definition -> definition()

This will help users port their nltk2 code to nltk3.

@stevenbird
Copy link
Member Author

Try using introspection to enumerate all names in NLTK 2.0.4 and 3.0alpha, then sort and use diff or comm.

@stevenbird
Copy link
Member Author

Please add them to the wiki page at https://github.com/nltk/nltk/wiki/Porting-your-code-to-NLTK-3.0

@stevenxxiu
Copy link

I've made a diff using comm and now have added everything from the diff results into the wiki.

@stevenbird
Copy link
Member Author

I've also added the changes due to #561. That just leaves #614.

@stevenbird stevenbird assigned stevenbird and unassigned stevenxxiu Feb 21, 2014
@stevenbird stevenbird modified the milestones: nltk3 final, nltk3beta Apr 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants