/LanguageDetectionNN

The purpose of this project was to construct an application which could generate a neural network model which was capable of language detection, and which could detect a given language from text file specified by a user. To do this it relied on the use of an Artificial Neural Network.

Primary LanguageJavaMIT LicenseMIT

Language Detection NN Project

Morgan Reilly -- G00303598

About Project

See README.pdf

To Clone Repo

  • $ git clone https://github.com/MorganReilly/LanguageDetectionNN.git
  • $ cd LanguageDetectionNN/

Running Application

  • First ensure you have these two:
    • encog-jar-3.X.jar -> Project can't run without it (3.4 supplied in repo)
    • wili-2018-Small-11750 -> Data file used for training and testing
  • Assuming you are in ./LanguageDetectionNN
  • Run with:
  • $ java -cp ./language-nn.jar:./encog-core-3.4.jar ie.gmit.sw.Runner

References