summary refs log tree commit diff stats
path: root/LICENSE
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-24 23:16:07 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-24 23:16:07 -0400
commiteef5de613c75661e5d94baa086f6f2ddc26c7ed0 (patch)
tree180230f6a245c5bca94d894273f5d2b93ded3f04 /LICENSE
parentd5ee4e39e5b5b3b8daa85cd972802195ad35e965 (diff)
downloadverbly-eef5de613c75661e5d94baa086f6f2ddc26c7ed0.tar.gz
verbly-eef5de613c75661e5d94baa086f6f2ddc26c7ed0.tar.bz2
verbly-eef5de613c75661e5d94baa086f6f2ddc26c7ed0.zip
Added verb frames
In addition:
- Added prepositions.
- Rewrote a lot of the query interface. It now, for a lot of relationships, supports nested AND, OR, and NOT logic.
- Rewrote the token class. It is now a union-like class instead of being polymorphic, which means smart pointers are no longer necessary.
- Querying with regards to word derivation has been temporarily removed.
- Sentinel values are now supported for all word types.
- The VerbNet data retrieved from http://verbs.colorado.edu/~mpalmer/projects/verbnet/downloads.html was found to not be perfectly satisfactory in some regards, especially regarding adjective phrases. A patch file is now included in the repository describing the changes made to the VerbNet v3.2 download for the canonical verbly datafile.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE48
1 files changed, 48 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE index 68de0ce..ad40f03 100644 --- a/LICENSE +++ b/LICENSE
@@ -72,3 +72,51 @@ purpose is completely unrestricted. If you make use of or
72redistribute this material we request that you acknowledge its 72redistribute this material we request that you acknowledge its
73origin in your descriptions, as per the license information included 73origin in your descriptions, as per the license information included
74in the dictionary file (a Simplified BSD lincense). 74in the dictionary file (a Simplified BSD lincense).
75
76VerbNet v3.2
77============
78 VerbNet 3.0 License (also applies to VerbNet 3.X versions)
79
80This software and database is being provided to you, the LICENSEE, by
81the University of Colorado under the following license. By obtaining, using
82and/or copying this software and database, you agree that you have
83read, understood, and will comply with these terms and conditions.:
84
85Permission to use, copy, modify and distribute this software and
86database and its documentation for any purpose and without fee or
87royalty is hereby granted, provided that you agree to comply with
88the following copyright notice and statements, including the disclaimer,
89and that the same appear on ALL copies of the software, database and
90documentation, including modifications that you make for internal
91use or for distribution.
92
93VerbNet 3.0 (or 3.X) Copyright 2009 by University of Colorado. All rights reserved.
94
95THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND THE UNIVERSITY
96OF COLORADO MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
97IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, UNIVERSITY
98OF COLORADO MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
99ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
100OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
101INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
102OTHER RIGHTS.
103
104The name of University of Colorado or CU may not be used in
105advertising or publicity pertaining to distribution of the software
106and/or database. Title to copyright in this software, database and
107any associated documentation shall at all times remain with
108University of Colorado and LICENSEE agrees to preserve same.
109
110Please reference the following document(s) in any description of
111applications based on VerbNet 3.0 or 3.X:
112
113Karin Kipper, Anna Korhonen, Neville Ryant, Martha Palmer,
114A Large-scale Classification of English Verbs,
115Language Resources and Evaluation Journal, 42(1), pp. 21-40,
116Springer Netherland, 2008.
117
118and/or
119
120Karin Kipper Schuler, Anna Korhonen, Susan W. Brown, VerbNet overview,
121extensions, mappings and apps, Tutorial, NAACL-HLT 2009, Boulder,
122Colorado. \ No newline at end of file