Metadata-Version: 1.0
Name: nd.semanticcore
Version: 0.1.2
Summary: Simple tool used to help assemple semantic core
Home-page: http://www.dreambot.ru/product/network/nd.semanticcore
Author: Andrey Orlov
Author-email: dbdt@dreambot.ru
License: GPL v2.1
Description: Using of semanticcore script
        ==============================
        
        Script treat two corpus of text to find semantic core
        by them.
        
        Used:
        semanticcore [<OPIONS>] <SAMPLE1> <DELIMETER> <SAMPLE2>
        
        Sample:
        <SAMPLE1>, <SAMPLE2> is eneumeration of text files. Sample1 is target
        sampling for tags (keywords) definition. Sample2 is control samping ...
        
        Switch:
        
        -d  <STRING>        Delimeter (default :::);
        
        -w  <INT>:<INT>     Weight interval to display (default 0:10);
        
        -c  <INT>           Lowest border number of word in document used to except
        words (default 10);
        
        [name:недописано]
        
        
        
        * Sat Jul 25 2009 Andrey Orlov <dbdt@dreambot.ru> 0.1.2
        Zero Devision Error on empty files fixed
        
        * Tue Jul 21 2009 Andrey Orlov <dbdt@dreambot.ru> 0.1.1
        - Document part range now in 0-100%. Here 0 mean "no words".
        
        * Mon Jul 13 2009 Andrey Orlov <dbdt@dreambot.ru> 0.1.0
        - Package renamed
        - Some enchacements applied
        
        * Thu Oct 09 2008 Andrey Orlov <dbdt@dreambot.ru> 0.0.2
        - Main program and short instruction added
        
        * Tue Sep 30 2008 Andrey Orlov <dbdt@dreambot.ru> 0.0.1
        - first official release
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
