タグ

2010年1月27日のブックマーク (7件)

  • Google Code Archive - Long-term storage for Google Code Project Hosting.

    Code Archive Skip to content Google About Google Privacy Terms

    IanLewis
    IanLewis 2010/01/27
    Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side.
  • Sign in - Google Accounts

  • kh.log - JUMAN Python バインディング (SWIG)

    « 2006.11.09のdel.icio.us Main safariの「DL後、"安全な"ファイルを開く」は危険 » JUMAN Python バインディング (SWIG) | 形態素解析器JUMANをPythonモジュールとして使うためのバインディングを作りました。 JUMANは-Sオプションをつけて起動すると、サーバーモードで動作します。サーバーモードのJUMANは他のプログラム(たとえばPython)とソケットで通信して、形態素解析の結果を返してくれます。大量の文書を解析するときなどは、ひとつの文書ごとにプロセスを起動するよりも効率がよいのですが、それでもソケット通信の分、速度が落ちてしまいます。 JUMANを、Cで書かれたPythonモジュールとしてラップしてやるバインディングさえ書ければ、このソケット通信の無駄をなくすことができます。 ちょうどSWIGの使いかたを学びたかった

    IanLewis
    IanLewis 2010/01/27
    形態素解析器JUMANをPythonモジュールとして使うためのバインディングを作りました。
  • 日本語構文解析システム KNP

    語構文解析システム KNP KNP は日語文の構文解析を行うシステムです。形態素解析システムの解析結果(形態素列)を入力とし, それらを文節単位にまとめ, 文節間の係り受け関係を決定します。 以下に典型的な使用例を示します。 % cat test 格文法は質的に統語規則と意味規則を共存させた文法であり, 日語の解析に広く用いられている。 % juman -e2 -B KNP Ver.2.0 をダウンロード (1,571,201 bytes) KNP Ver.2.0 (Windows版)をダウンロード(1,797,651 bytes) JUMAN/KNPのチュートリアルのスライド (京都大学学術情報メディアセンター, メディア情報処理専修コース「自然言語処理技術」, 2005/08/30) KNPを試してみる 自然言語処理のためのリソース にもどる

    IanLewis
    IanLewis 2010/01/27
    KNPは日本語文の構文・格解析を行うシステムです.形態素解析システムJUMANの解析結果(形態素列)を入力とし, 文節お
  • Feature engineering - Wikipedia

    This article needs to be updated. Please help update this article to reflect recent events or newly available information. (February 2024) Feature engineering, a preprocessing step in supervised machine learning and statistical modeling,[1] transforms raw data into a more effective set of inputs. Each input comprises several attributes, known as features. By providing models with relevant informat

    Feature engineering - Wikipedia
    IanLewis
    IanLewis 2010/01/27
    In pattern recognition and in image processing, feature extraction is a special form of dimensionality reduction. When the input data to an algorithm is too large to be processed and it is suspected to be notoriously redundant (much data, but not much information) then the input data will be transfo
  • Histogram - Wikipedia

    For the histogram used in digital image processing, see Image histogram and Color histogram. A histogram is a visual representation of the distribution of quantitative data. The term was first introduced by Karl Pearson.[1] To construct a histogram, the first step is to "bin" (or "bucket") the range of values— divide the entire range of values into a series of intervals—and then count how many val

    Histogram - Wikipedia
    IanLewis
    IanLewis 2010/01/27
    In statistics, a histogram is a graphical display of tabulated frequencies, shown as bars. It shows what proportion of cases fall into each of several categories: it is a form of data binning. The categories are usually specified as non-overlapping intervals of some variable. The categories (bars) m
  • Home

    Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and lightweight convenience which can if used properly, give the following benefits: Improved program struct

    Home
    IanLewis
    IanLewis 2010/01/27
    Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and ligh