From eef5de613c75661e5d94baa086f6f2ddc26c7ed0 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 24 Mar 2016 23:16:07 -0400 Subject: 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. --- LICENSE | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'LICENSE') 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 redistribute this material we request that you acknowledge its origin in your descriptions, as per the license information included in the dictionary file (a Simplified BSD lincense). + +VerbNet v3.2 +============ + VerbNet 3.0 License (also applies to VerbNet 3.X versions) + +This software and database is being provided to you, the LICENSEE, by +the University of Colorado under the following license. By obtaining, using +and/or copying this software and database, you agree that you have +read, understood, and will comply with these terms and conditions.: + +Permission to use, copy, modify and distribute this software and +database and its documentation for any purpose and without fee or +royalty is hereby granted, provided that you agree to comply with +the following copyright notice and statements, including the disclaimer, +and that the same appear on ALL copies of the software, database and +documentation, including modifications that you make for internal +use or for distribution. + +VerbNet 3.0 (or 3.X) Copyright 2009 by University of Colorado. All rights reserved. + +THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND THE UNIVERSITY +OF COLORADO MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, UNIVERSITY +OF COLORADO MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT- +ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE +OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT +INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR +OTHER RIGHTS. + +The name of University of Colorado or CU may not be used in +advertising or publicity pertaining to distribution of the software +and/or database. Title to copyright in this software, database and +any associated documentation shall at all times remain with +University of Colorado and LICENSEE agrees to preserve same. + +Please reference the following document(s) in any description of +applications based on VerbNet 3.0 or 3.X: + +Karin Kipper, Anna Korhonen, Neville Ryant, Martha Palmer, +A Large-scale Classification of English Verbs, +Language Resources and Evaluation Journal, 42(1), pp. 21-40, +Springer Netherland, 2008. + +and/or + +Karin Kipper Schuler, Anna Korhonen, Susan W. Brown, VerbNet overview, +extensions, mappings and apps, Tutorial, NAACL-HLT 2009, Boulder, +Colorado. \ No newline at end of file -- cgit 1.4.1