This repository contains various tools and utilities which aid in linguistic research.
Read the LICENSE.txt file. Project developed by Olga Beskrovniy.
Gets as input a verb (in future, will support other parts of speech), and returns a list of that verb's prototypical objects.
The code is built for Python 2.7. In order to run all the tools, the following packages are required:
See information about installing NLTK here and about adding data to NLTK here.
In order to install pymssql correctly, one must choose the correct .whl file based on the environment. For more information see this article on MSDN
All tools should be executed from the command line. All tools may be executed with the -h or --help flag to see what arguments need to be passed to the script. For example:
$ python matcher.py -h
usage: matcher.py [-h] [-n NUMBER_OF_OBJECTS_TO_RETURN] verb
positional arguments:
verb The target verb.
optional arguments:
-h, --help show this help message and exit
-n NUMBER_OF_OBJECTS_TO_RETURN, --number_of_objects_to_return NUMBER_OF_OBJECTS_TO_RETURN
Number of prototypical objects to match to the verb
and return in the final list. Defaults to 10.
For bugs, features, etc., oggiebesk@gmail.com.