wordnetify
v1.0.3
Published
Command line interface to turn text documents into WordNet synset trees
Downloads
5
Maintainers
Readme
node-wordnetify
Introduction
What is it about?
This command-line application makes it easy to convert collections of text documents to synset tree representations based on WordNet.
Installation
The tool should be installed globally such that it can be invoked from any directory in the terminal via the command wordnetify.
npm install wordnetify -g
Getting Started
After installation, it is possible to obtain help about the possible options of the program by typing
wordnetify --help
Command Line Interface
wordnetify file [options] <file>
First Header | Second Header ------------- | ------------- -h, --help | output usage information -m, --meta [value] | File holding meta information on docs -o, --output [value] | Write results to file -t, --threshold | Threshold for Tree Nodes -c, --combine | Merge document trees to form corpus tree -d, --delim [value] | Delimiter to split text into documents -p, --pretty | Pretty print of JSON output -n, --numCPUs [value] | Number of CPUs used
Disclaimer
WordNet 3.0 license:
WordNet Release 3.0 This software and database is being provided to you, the LICENSEE, by Princeton University 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. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved. THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON UNIVERSITY 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 Princeton University or Princeton 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 Princeton University and LICENSEE agrees to preserve same.