Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 749 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 749 Bytes

TwitOZ

Project assignment for LINFO1104!

Uses n-grams to predict the next word in a sequence of words.

Building

Assuming Mozart 2 is installed, simply run:

make

(This uses GNU Make; use gmake on other Unices.)

Running

Still with GNU Make:

make run

Screenshots

Example of Use

Extensions

We implementend some more functionnalities to our project:

  • We improved the original GUI (made using the Mozart 2 library QTk).
  • We added an History system which stores the inputs
  • We use multiple BT to compute the next word (one for each n-gram from 1 to 5 words)

Authors

  • Arthur De Neyer (@GaeKo)
  • Aymeric Wibo (@obiwac)