Changes

Jump to navigation Jump to search
* XML Splitter: <code>E:\McNair\PatentData\splitter.pl</code>
* XML Parsing: <code>E:\McNair\PatentData\Processed\xmlparser_4.5_4.4_4.3.pl</code> and <code>E:\McNair\PatentData\Processed\*.pm</code>
 
In addition, I used several non-standard Java libraries listed below:
 
* [https://github.com/mashape/unirest-java/ Unirest] for easy HTTP requests (MIT License)
* [https://github.com/google/guava Google Guava] for immutable collections and Stream utilities (Apache v2.0 License)
* [https://github.com/jhy/jsoup/ jsoup] for HTML parsing (MIT License)
* [http://commons.apache.org/proper/commons-codec/ Apache Commons Codec] (Apache v2.0 License)
* [http://commons.apache.org/proper/commons-lang/ Apache Commons Lang v3] (Apache v2.0 License)
* [https://mvnrepository.com/artifact/org.jetbrains/annotations/15.0 Jetbrains Annotations] for enhanced null checks (Apache v2.0 License)
 
If using maven, these dependencies are listed and should automatically be setup.
==== Design ====

Navigation menu