You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program reads a piece of text from a txt file and determines whether the language used within the file is formal or informal.
It does this by examining different aspects of the grammar and vocabulary used. New formal and informal words can be added to the text files "badLanguage.txt" and "formalLanguage.txt" so that the program will recognise these words.
Some sample text files are also available to test the program.