Path to this page:
Subject: CVS commit: wip/py-nltk
From: Hiramatsu Yoshifumi
Date: 2014-02-22 00:53:55
Message id: E1WGzv3-0007NG-2t@sfs-ml-4.v29.ch3.sourceforge.com
Log Message:
Update py-nltk to 3.0a3.
Changes from previous:
----------------------
Version 3.0a3 2013-11-02
* support for FrameNet contributed by Chuck Wooters
* support for Universal Declaration of Human Rights Corpus (udhr2)
* major API changes:
- Tree.node -> Tree.label() / Tree.set_label()
- Chunk parser: top_node -> root_label; chunk_node -> chunk_label
- WordNet properties are now access methods, e.g. Synset.definition -> \
Synset.definition()
- relextract: show_raw_rtuple() -> rtuple(), show_clause() -> clause()
* bugfix in texttiling
* replaced simplify_tags with support for universal tagset (simplify_tags=True \
-> tagset='universal')
* Punkt default behavior changed to realign sentence boundaries after trailing \
parenthesis and quotes
* deprecated classify.svm (use scikit-learn instead)
* various efficiency improvements
Files: