Skip to main content

.

Project description

言葉のしっぽ(tails-of-words)

表記ゆれ検出の実装実験

概要

  • 形態素解析(jumanpp)による名詞の検出
  • 名詞の出現数のレポート
  • 名詞の編集距離のレポート
    • レーベンシュタイン距離
    • 読みのレーベンシュタイン距離

Usage

docker ならビルドするだけで実行環境が整います。

python setup.py install する場合は、別途 jumanpp のインストールが必要です。

usage: tails-of-words [-h] [-v] [--dumpversion] [--log {DEBUG,INFO,WARN,ERROR,CRITICAL,debug,info,warn,error,critical}] {count,distance,show,swing,help} ...

positional arguments:
  {count,distance,show,swing,help}
    count               count words. see `count -h`
    distance            distance counted words. see `distance -h`
    show                show words. see `show -h`
    swing               show notation fluctuations. see `swing -h`
    help                show subcommand help. see `help -h`

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  --dumpversion         show program's version number and exit
  --log {DEBUG,INFO,WARN,ERROR,CRITICAL,debug,info,warn,error,critical}
                        set log level.

参考

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tails-of-words-0.1.2.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

tails_of_words-0.1.2-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page