wordnet_go

command module
v0.0.0-...-24e5108 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2014 License: BSD-3-Clause Imports: 5 Imported by: 0

README

wordnet_go

使い方

https://github.com/katryo/wordnet_python と基本的に同じです。

まず wnjpn.db を http://nlpwww.nict.go.jp/wn-ja/ からダウンロードして、wn.goと同じディレクトリに入れます。

$ go run wn.go りんご

を実行すると、

o run wn.go りんご
     りんご
       edible_fruit
         green_goods
           food
             substance
               matter
                 concern
                   interest
                     curiosity
                       state_of_mind
                         temporary_state
                           state
                             administrative_division
                               district
                                 region
                                   location
                                     physical_object
                                       physical_entity
                                     activity
                                       human_action
                                         event
                                           psychological_feature
                                             abstract_entity
2014/06/16 23:56:06 おしまい
exit status 1

という出力になります。

  • event
  • activity
  • abstract_entity
  • state
  • physical_object

あたりの抽象的な単語は、循環的なis-aの関係にあるので、無限にis-aで辿れます。が、このコードでは20までのis-aを辿ります。

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL