[Checkins] SVN: topia.termextract/trunk/ What the heck, let's release 1.0; in my opinion it is done.

Stephan Richter srichter at gmail.com
Sat May 30 11:55:46 EDT 2009


Log message for revision 100559:
  What the heck, let's release 1.0; in my opinion it is done.
  

Changed:
  U   topia.termextract/trunk/CHANGES.txt
  U   topia.termextract/trunk/setup.py

-=-
Modified: topia.termextract/trunk/CHANGES.txt
===================================================================
--- topia.termextract/trunk/CHANGES.txt	2009-05-30 15:53:48 UTC (rev 100558)
+++ topia.termextract/trunk/CHANGES.txt	2009-05-30 15:55:46 UTC (rev 100559)
@@ -2,7 +2,12 @@
 CHANGES
 =======
 
-0.1.0 (2009-05-30)
+1.0.0 (2009-05-30)
 ------------------
 
 - Initial Release
+
+  * Part-Of-Speech Text Tagging using existing lexicon ans very simplisitc
+    linguistic rules.
+
+  * Term Extraction based on occurances and term strength.

Modified: topia.termextract/trunk/setup.py
===================================================================
--- topia.termextract/trunk/setup.py	2009-05-30 15:53:48 UTC (rev 100558)
+++ topia.termextract/trunk/setup.py	2009-05-30 15:55:46 UTC (rev 100559)
@@ -23,7 +23,7 @@
 
 setup (
     name='topia.termextract',
-    version='0.1.0',
+    version='1.0.0',
     author = "Stephan Richter, Russ Ferriday and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "Content Term Extraction using POS Tagging",
@@ -40,7 +40,7 @@
     license = "ZPL 2.1",
     keywords = "content term extract pos tagger linguistics",
     classifiers = [
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',



More information about the Checkins mailing list