Hey, i`'m still very green in clojure and Java but i want to use this git repo https://github.com/setzer22/alignment_model_text .
when i execute the Installation script i get the followign error:
[INFO] --- clojure-maven-plugin:1.8.4:compile (clojure-compile) @ modelvsdocument ---
Compiling edu.upc.modelvsdocument.extraction.common to /home/user/alignment_model_text-master/modelvsdocument/target/classes
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: clojure.tools.analyzer.utils, being replaced by: #'clojure.tools.analyzer.utils/boolean?
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: clojure.tools.analyzer, being replaced by: #'clojure.tools.analyzer.utils/boolean?
Exception in thread "main" java.lang.RuntimeException: Unable to find static field: IDENT in class edu.upc.Jfreeling.AnalysisLevel, compiling:(edu/upc/nlp4bpm_commons/Freeling.clj:51:8)
at clojure.lang.Compiler.analyze(Compiler.java:6720)
at clojure.lang.Compiler.analyze(Compiler.java:6657)
at clojure.lang.Compiler$MapExpr.parse(Compiler.java:3072)
at clojure.lang.Compiler.analyze(Compiler.java:6709)
at clojure.lang.Compiler.analyze(Compiler.java:6657)
at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3767)
at clojure.lang.Compiler.analyzeSeq(Compiler.java:6921)
[...]
So i googled and tried to fix that, but i'm not really sure about the exact problem.
Does anyone know what causes such an error? And maybe have some tips to solve this?
Thank you very much!