The assignment entails constructing a custom hash table structure for developing a statistical language model. It involves implementing hash functions to map word sequences, managing collision clusters with linked lists, and exploring model properties via a graphical user interface. The focus is on simplicity, diverging from large neural network models.
Report on Large Language Model
Prerequisite : java 11
There are 2 ways to run this program:
Make sure that you are in the
/code
directory.
-
If the 'make' command is installed and you are using a bash shell, execute:
make run
-
Compile the 'MyLanguageModel.java' file and then run the program:
// Compile the code javac MyLanguageModel.java // Run the program java MyLanguageModel