Lexicon
Write a Java program called WordMatch.java. This program takes four command-linearguments. For example:java WordMatch in1.txt out1.txt in2.txt out2.txt The first is the name of a text file that contains the names of AT LEAST TWO text filesfrom which the words are to be read to build the lexicon (The argument is to specify theinput files). […]