module WordNet
This is a Ruby interface to the WordNet® lexical database. It uses the SqlUNet project's databases instead of reading from the canonical flatfiles for speed, easy modification, and correlation with other linguistic lexicons.
Constants
- REVISION
VCS revision
- VERSION
Release version
Public Class Methods
version_string( include_buildnum=false )
click to toggle source
Get the WordNet
version.
# File lib/wordnet.rb, line 37 def self::version_string( include_buildnum=false ) vstring = "%s %s" % [ self.name, VERSION ] vstring << " (build %s)" % [ REVISION[/: ([[:xdigit:]]+)/, 1] || '0' ] if include_buildnum return vstring end
Backward-compatibility
↑ topConstants
- Adjective
Backward-compatibility constant
- Adverb
Backward-compatibility constant
- Model
- Noun
Backward-compatibility constant
- Other
Backward-compatibility constant
- Verb
Backward-compatibility constant