Text Forensics in Clojure In this project you are going to play the role of forensics expert to analyze the natural language text. NLP forensic systems convert samples of human language into more formal representations such as parse trees or first-order logic structures that are easier for forensic programs to process. In this direction, I want you to use Clojure to develop primitives that help in making criminal profiling which helps crime investigators to record the characteristics of criminals. However, I would like you to use any text that you can find over the internet and perform develop your criminal profiling. You should use OpenNLP in your Clojure program to add opennlp.jar in your classpath
Text Forensics in Clojure
In this project you are going to play the role of forensics expert to analyze the natural language text. NLP forensic systems convert samples of human language into more formal representations such as parse trees or first-order logic structures that are easier for forensic programs to process. In this direction, I want you to use Clojure to develop primitives that help in making criminal profiling which helps crime investigators to record the characteristics of criminals. However, I would like you to use any text that you can find over the internet and perform develop your
criminal profiling. You should use OpenNLP in your Clojure program to add opennlp.jar in your classpath
Step by step
Solved in 4 steps with 2 images