botnee

软件截图:
botnee
软件详细信息:
版本: 0.1.3
上传日期: 20 Feb 15
开发: T. Diethe
许可: 免费
人气: 13

Rating: nan/5 (Total Votes: 0)

botnee允许您通过命令行,如运行它运行单元测试:
蟒蛇botnee
或IPython的:
>>>运行botnee / __ init__.py
包的结构如下:
 botnee
    - botnee_config            配置文件
    - debug                    一些调试助手
    - doc_store                 DocStore类,它涉及的是MongoDB的元数据收集
    - engine                   主入口点 - 连接到数据库和文件加载
    - errors                   自定义错误处理程序
    - filters                  类过滤器应用于检索结果
    - get_related              功能检索由ID,索引或自由文本相关内容
    - json_io                  的JSON文件读取和MongoDB的连接管理
    - process                  主要处理引擎
    |   - data_dict                各地标准字典的data_dict变量包装
    |   - meta_dict                各地标准字典的meta_dict变量包装
    |   - text                 文本处理
    |   - vector_space_model    TF-IDF等
    - rss_writer               使用WebHelpers Rss201rev2Feed简单的RSS作家
    - standard_document_io     阅读标准文档文件
    - 测试
    |   - test_corpus          单元测试的类语料库
    |   - test_process         单元测试用于在处理模块
    |   - test_standard_document_io
    |   - test_json_io
    - timeoutLock              类超时锁定
    - timer                    有用的计时功能
    - 网页
    |   - 管理                Django的管理界面Web界面botnee
    |   - 设置              Django的设置文件
    |   - urls                 树立积极的网址
    |   - 接口
    |   |   - 模型           初始加载的数据结构
    |   |   - 测试            单元测试
    |   |   - 意见            代码管理视图互动(表单提交等)
    |   - 模板             HTML模板(登陆页)
外部的依赖
IPython的
      -Debugger
        -Tracer(botnee.search,botnee.debug)
    BIDICT(botnee.persistent_dict)
      -bidict (botnee.process.meta_dict,botnee.doc_store,botnee.process.text,botnee.process.matrix_dict,botnee.process.vector_space_model,botnee.doc_manager_store,botnee.process.data_dict,botnee.corpus)
      -inverted(botnee.corpus)
    botnee
      -start_time(botnee.engine)
      -corpus
      | -Corpus(botnee.engine)
      -doc_manager_store
      | -DocManagerStore(botnee.engine)
      -doc_store
      | -DocStore(botnee.process.text,botnee.engine,botnee.process.vector_space_model)
      - 发动机
      | - 发动机(botnee.web.interface.models,botnee.get_related)
      -get_related
      | -GetRelated(botnee.web.interface.models)
      -persistent_dict
      | -PersistentDict(botnee.process.data_dict,botnee.process.meta_dict,botnee.process.matrix_dict)
      -process
      | -data_dict
      | | -DataDict(botnee.process.text,botnee.corpus,botnee.engine,botnee.process.vector_space_model)
      | -matrix_dict
      | | -MatrixDict(botnee.get_related,botnee.engine,botnee.process.vector_space_model)
      | -meta_dict
      | | -MetaDict (botnee.process.text,botnee.corpus,botnee.get_related,botnee.engine,botnee.process.vector_space_model)
      | -text
      | | -process_docs(botnee.engine)
      | | -process_raw_text(botnee.get_related)
      | -time_dict
      | | -TimeDict (botnee.process.text,botnee.corpus,botnee.get_related,botnee.engine,botnee.process.vector_space_model)
      | -vector_space_model
      |   -vector_space_model(botnee.get_related,botnee.engine)
      -standard_document
      | -StandardDocument (botnee.standard_document_io,botnee.doc_store,botnee.process.text,botnee.engine,botnee.doc_manager_store)
      -timeout_lock
      | -TimeoutLock(botnee.web.interface.views,botnee.engine)
      -web
        -interface
          -models
            - 发动机(botnee.web.interface.views)
            -get_related(botnee.web.interface.views)
    BSON(botnee.doc_store,botnee.get_related,botnee.doc_manager_store)
      -code
        - 代码(botnee.doc_store,botnee.doc_manager_store)
    dateutil
      -parser(botnee.standard_document_io)
    Django的
      -conf
      | -urls
      |   -defaults
      |     -include(botnee.web.urls)
      |     -patterns(botnee.web.urls)
      |     -url(botnee.web.urls)
      -contrib
      | -admin(botnee.web.urls)
      -core
      | - 管理
      |   -execute_manager(botnee.web.manage)
      -db
      | -models(botnee.web.interface.models)
      -forms(botnee.web.interface.views)
      -http
      | -HttpResponse(botnee.web.interface.views)
      -middleware
      | -gzip
      |   -GZipMiddleware(botnee.web.interface.views)
      -shortcuts
      | -render_to_response(botnee.web.interface.views)
      -template(botnee.web.interface.views)
      -test
      | -TestCase(botnee.web.interface.tests)
      -views
        -decorators
          -csrf
            -csrf_exempt(botnee.web.interface.views)
   迭代工具
      -GroupBy(botnee.process.vector_space_model)
    NLTK(botnee.test.test_corpus)
    numpy的(botnee.doc_store,botnee.process.text,botnee.engine,botnee.process.matrix_dict,botnee.process.vector_space_model,botnee.search,botnee.persistent_dict,botnee.json_io,botnee.filter_results,botnee.process.data_dict,botnee.corpus,botnee.get_related,botnee.debug)
    ordereddict(botnee.persistent_dict)
      -OrderedDict (botnee.process.time_dict,botnee.standard_document,botnee.process.meta_dict,botnee.process.text,botnee.process.matrix_dict,botnee.process.vector_space_model,botnee.process.data_dict,botnee.corpus)
    PP(botnee.engine)
    psutil(botnee.engine)
    pymongo(botnee.doc_store,botnee.doc_manager_store)
    SciPy的(botnee.process.vector_space_model)
      -sparse (botnee.doc_store,botnee.engine,botnee.process.matrix_dict,botnee.search,botnee.filter_results,botnee.process.data_dict,botnee.corpus,botnee.get_related,botnee.debug)
    setproctitle
      -setproctitle(botnee.web.manage,botnee)
   时间
      -asctime(botnee.engine)
      -localtime(botnee.engine)
      -time (botnee.doc_store,botnee.web.interface.views,botnee.process.text,botnee.process.vector_space_model,botnee.engine,botnee.doc_manager_store,botnee.corpus,botnee.debug,botnee.test.test_corpus)
    webhelpers
      -feedgenerator
        -Rss201rev2Feed(botnee.rss_writer)

要求

  • 在Python中

类似的软件

jstestnetlib
jstestnetlib

20 Feb 15

nose2
nose2

20 Feb 15

ESC/Java2
ESC/Java2

3 Jun 15

KOJAK
KOJAK

12 May 15

意见 botnee

评论没有发现
添加评论
打开图片!