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中

類似的軟件

LAVA Server
LAVA Server

20 Feb 15

Linux Test Project
Linux Test Project

12 May 15

SLAMD
SLAMD

3 Jun 15

意見 botnee

評論沒有發現
添加評論
打開圖片!