Logo Lanfrica

sisekoreggie/Morphological-Analyser

Domaine:

natural language processing

Type de record:

software
Créateur:
sis
Hôte:
IsiXhosa Morphological Analyser # Morphological-Analyser IsiXhosa Morphological Analyser 1. Download and Install the SFST (Stuttgart Finite-State Transducer) tool for linux at cis.uni-muenchen.de 2. To compile the verbs.fst: fst-compiler verbs.fst verbs.a then to run: fst-mor verbs.a => this allows you to enter single words to the transducer Us the SPellChecker.java file to read a textfile with a bunch of words and then output whether they are correctly spelled or not. Modify it according to your own usage and note that the line "Process p = Runtime.getRuntime().exec("fst-infl tester.a input.txt output.txt");" should be modified such that tester.a = the file that you want to use when running the program and then your output will be stored in the file called "output.txt"