botnee

ソフトウェアのスクリーンショット:
botnee
ソフトウェアの詳細:
バージョン: 0.1.3
日付のアップロード: 20 Feb 15
開発者: T. Diethe
ライセンス: 無料
人気: 13

Rating: nan/5 (Total Votes: 0)

botneeあなたが例えば、コマンドラインからそれを実行することにより、ユニットテストを実行することができます:
Pythonのbotnee
またはipythonで:
>>>実行botnee / __ init__.py
次のようにパッケージが構成されています。
 botnee
    - botnee_config            設定ファイル
    - debug                    一部のデバッグヘルパー
    - doc_store                 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                    便利なタイミング機能
    - ウェブ
    |   - 管理                botneeにWebインタフェースのためのDjangoの管理インタフェース
    |   - 設定              Djangoの設定ファイル
    |   - urls                 アクティブなURLを設定します
    |   - インタフェース
    |   |   - モデル           データ構造の中の最初のロード
    |   |   - テスト            ユニットテスト
    |   |   - ビュー            ビューの相互作用を管理するためのコード(フォーム送信など)
    |   - テンプレート             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)
      (botnee.corpus)-inverted
    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)
      -engine
      | -Engine(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
            -engine(botnee.web.interface.views)
            -get_related(botnee.web.interface.views)
    BSON(botnee.doc_store、botnee.get_related、botnee.doc_manager_store)
      -code
        -code(botnee.doc_store、botnee.doc_manager_store)
    dateutil
      -parser(botnee.standard_document_io)
   ジャンゴ
      -conf
      | -urls
      |   -defaults
      |     -include(botnee.web.urls)
      |     -patterns(botnee.web.urls)
      |     -url(botnee.web.urls)
      -contrib
      | -admin(botnee.web.urls)
      -core
      | -management
      |   -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)
   のitertools
      -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

NUnit
NUnit

19 Feb 15

pycdep
pycdep

11 May 15

へのコメント botnee

コメントが見つかりません
コメントを追加
画像をオンにする!