Changeset 83

Show
Ignore:
Timestamp:
07/24/07 15:50:30 (18 months ago)
Author:
deveiant
Message:

Doc updates

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r58 r83  
    1414your mileage may vary. 
    1515 
    16 * Ruby (>= 1.8.0) 
     16* Ruby (>= 1.8.6) 
    1717  Home page: http://www.ruby-lang.org/ 
    18   Download: ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.0.tar.gz 
     18  Download: ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.6.tar.gz 
    1919 
    20 * WordNet (>= 2.0) 
     20* WordNet (>= 3.0) 
    2121  Home page: http://www.cogsci.princeton.edu/~wn/ 
    2222 
  • trunk/README

    r58 r83  
    88concept. Different relations link the synonym sets. 
    99 
    10 You can find out more about WordNet® at <http://www.cogsci.princeton.edu/~wn/>. 
     10You can find out more about WordNet® at <http://wordnet.princeton.edu/>. 
    1111 
    1212This code was loosely based on the Lingua::Wordnet Perl module by Dan Brian, and 
     
    2929== Caveats 
    3030 
    31 IMPORTANT: This is a *beta* release. It might blow up, compromise your security, 
    32 write random data to sensitive portions of your hard drive, or otherwise fail to 
    33 work as advertised. It is intended to be used by developers who are interested 
    34 in helping out or curious onlookers who don't mind getting a bit wet. 
    35  
    3631The database-writing portions of this code have not been extensively tested, and 
    3732there are almost certainly bugs which will cause data to be lost or 
     
    4641== Installation 
    4742 
    48 For installation instructions (such as they are at this point), see the INSTALL 
    49 file. 
     43For installation instructions, see the INSTALL file. 
    5044 
    5145 
     
    5347 
    5448There is a project page for Ruby-WordNet which can be found at: 
    55 <http://www.deveiate.org/code/Ruby-WordNet.shtml>. 
     49<http://deveiate.org/code/Ruby-WordNet.shtml>. 
    5650 
    5751This library was developed as part of the FaerieMUD Project. For more 
    58 information about the FaerieMUD project as a whole, and about the FaerieMUD 
    59 Consortium, see <http://www.FaerieMUD.org/> and the FaerieMUD Documentation Wiki 
    60 at <http://docs.FaerieMUD.org/>. 
     52information about the FaerieMUD project see <http://www.FaerieMUD.org/>. 
    6153 
    62 You may also access a web interface to the FaerieMUD CVS repository at: 
    63 <http://cvs.FaerieMUD.org/>, which includes instructions on checking out the CVS 
    64 version of this module. 
     54You may also check out the latest development source for this module (which may or 
     55may not be different than the release) using Subversion from the following URL: 
     56 
     57  svn://deveiate.org/Ruby-WordNet/trunk 
    6558 
    6659 
     
    7265== Legal 
    7366 
    74 Ruby-WordNet is Open Source Software which is Copyright © 2001-2003 by The 
     67Ruby-WordNet is Open Source Software which is Copyright © 2001-2007 by The 
    7568FaerieMUD Consortium. 
    7669 
  • trunk/WordNet Project.tmproj

    r82 r83  
    33<plist version="1.0"> 
    44<dict> 
     5    <key>currentDocument</key> 
     6    <string>INSTALL</string> 
    57    <key>documents</key> 
    68    <array> 
     
    1921    <integer>200</integer> 
    2022    <key>metaData</key> 
    21     <dict/> 
     23    <dict> 
     24        <key>INSTALL</key> 
     25        <dict> 
     26            <key>caret</key> 
     27            <dict> 
     28                <key>column</key> 
     29                <integer>0</integer> 
     30                <key>line</key> 
     31                <integer>7</integer> 
     32            </dict> 
     33            <key>firstVisibleColumn</key> 
     34            <integer>0</integer> 
     35            <key>firstVisibleLine</key> 
     36            <integer>0</integer> 
     37        </dict> 
     38        <key>README</key> 
     39        <dict> 
     40            <key>caret</key> 
     41            <dict> 
     42                <key>column</key> 
     43                <integer>0</integer> 
     44                <key>line</key> 
     45                <integer>42</integer> 
     46            </dict> 
     47            <key>firstVisibleColumn</key> 
     48            <integer>0</integer> 
     49            <key>firstVisibleLine</key> 
     50            <integer>16</integer> 
     51        </dict> 
     52        <key>convertdb.rb</key> 
     53        <dict> 
     54            <key>caret</key> 
     55            <dict> 
     56                <key>column</key> 
     57                <integer>37</integer> 
     58                <key>line</key> 
     59                <integer>198</integer> 
     60            </dict> 
     61            <key>columnSelection</key> 
     62            <false/> 
     63            <key>firstVisibleColumn</key> 
     64            <integer>0</integer> 
     65            <key>firstVisibleLine</key> 
     66            <integer>0</integer> 
     67            <key>selectFrom</key> 
     68            <dict> 
     69                <key>column</key> 
     70                <integer>30</integer> 
     71                <key>line</key> 
     72                <integer>198</integer> 
     73            </dict> 
     74            <key>selectTo</key> 
     75            <dict> 
     76                <key>column</key> 
     77                <integer>37</integer> 
     78                <key>line</key> 
     79                <integer>198</integer> 
     80            </dict> 
     81        </dict> 
     82        <key>install.rb</key> 
     83        <dict> 
     84            <key>caret</key> 
     85            <dict> 
     86                <key>column</key> 
     87                <integer>0</integer> 
     88                <key>line</key> 
     89                <integer>0</integer> 
     90            </dict> 
     91            <key>firstVisibleColumn</key> 
     92            <integer>0</integer> 
     93            <key>firstVisibleLine</key> 
     94            <integer>0</integer> 
     95        </dict> 
     96        <key>lib/wordnet/lexicon.rb</key> 
     97        <dict> 
     98            <key>caret</key> 
     99            <dict> 
     100                <key>column</key> 
     101                <integer>0</integer> 
     102                <key>line</key> 
     103                <integer>0</integer> 
     104            </dict> 
     105            <key>firstVisibleColumn</key> 
     106            <integer>0</integer> 
     107            <key>firstVisibleLine</key> 
     108            <integer>62</integer> 
     109        </dict> 
     110    </dict> 
     111    <key>openDocuments</key> 
     112    <array> 
     113        <string>INSTALL</string> 
     114        <string>install.rb</string> 
     115        <string>convertdb.rb</string> 
     116        <string>lib/wordnet/lexicon.rb</string> 
     117        <string>README</string> 
     118    </array> 
    22119    <key>showFileHierarchyDrawer</key> 
    23120    <true/>