Welsh Natural Language Toolkit Code
Brought to you by:
danielxxv,
hyper-media-usw
The WNLT distributed with the GNU Lesser General Public License version 3. WELSH NATURAL LANGUAGE TOOLKIT WNLT University of South Wales Hypermedia Research Group http://hypermedia.research.southwales.ac.uk/kos/wnlt/ Andreas Vlachidis 20/03/2016 Daniel Williams 03/10/2016 - 31/03/2017 WNLT contains a suite of plugins for the GATE framework containing the following: a) Tokenizer b) Sentence Splitter c) Part of Speech Tagger d) Morphological Analyser (Lemmatizer) and e) CymrIE, which is a Named Entity Recognition application that adapts ANNIE in Welsh. ANNIE is the distributed Information Extraction System of GATE. WNLT also contains an API, CLI and GUI Please refer to the user guide located in the root dirctory of this project. # INSTALLATION FOR GATE DEVELOPER # 1) Unpack wnlt.zip to a location of your preference 2) Load the WNLT plugin in GATE from File > Manage CREOLE Plugins 3) In CREOLE Plugin Manager press on the plus sign and select the WNLT folder 4) Select the 'Load now' option and click the 'Apply' button 5) Close the CREOLE Plugin Manager 6) The WNLT Processing Resources are available under File > New Processing Resource # RUNNING CymrIE IN GATE DEVELOPER # The CymrIE pipeline (CYMRIE.gapp) is located in the root of the WNLT folder. Open CYMRIE from File > Restore Application from File and select CYMRIE.gapp from the WNLT folder. For more information see the getting-started.pdf located in the help folder. # HELP - DOCUMENTATION # Additional help and documentation can be found in the doc folder that contains the java-doc files.