Text forensics in clojure
Budget: $30 – $250 CAD
In this project you are going to play the role of forensics expert to analyze the natural language text. NLP 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. You may read about NLP Forensics from this article: https://www.thinkmind.org/download.php?articleid=immm_2013_5_30_20048
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. You may look into a very simple example in Python on the following link: https://medium.com/@krishvictor/fighting-crime-with-text-analytics-2bcbaf7ff6c4
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: (use 'opennlp.nlp)
Moreover, you will need to add the dependency on OpenNLP at your Project.clj:
[clojure-opennlp "0.5.0"]
You may find this simple tutorial helpful:
https://writequit.org/blog/index.html%3Fp=365.html
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. You may look into a very simple example in Python on the following link: https://medium.com/@krishvictor/fighting-crime-with-text-analytics-2bcbaf7ff6c4
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: (use 'opennlp.nlp)
Moreover, you will need to add the dependency on OpenNLP at your Project.clj:
[clojure-opennlp "0.5.0"]
You may find this simple tutorial helpful:
https://writequit.org/blog/index.html%3Fp=365.html
Related categories:
Business, Accounting, Human Resources & Legal
Python
Machine Learning (ML)
Hadoop
NLP