diff --git a/pom.xml b/pom.xml index 0372c03..483521e 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zoho hawking - 0.1.7 + 0.1.8 jar Hawking Hawking is a natural language date time parser that extracts date and time from text with context and parse to the required format. @@ -54,7 +54,7 @@ edu.stanford.nlp stanford-corenlp - 4.5.1 + 4.5.6 javax.servlet @@ -85,12 +85,20 @@ javax.json - com.io7m.xom + xom xom - com.googlecode.efficient-java-matrix-library - ejml + org.ejml + ejml-core + + + org.ejml + ejml-ddense + + + org.ejml + ejml-simple com.google.protobuf @@ -98,7 +106,7 @@ org.apache.lucene - lucene-queries + lucene-queryparser @@ -110,7 +118,7 @@ junit junit - 4.8.2 + 4.13.1 test diff --git a/src/main/resources/parser/parser.crf.ser.gz b/src/main/resources/parser/parser.crf.ser.gz index 26b25c3..3ca39e4 100644 Binary files a/src/main/resources/parser/parser.crf.ser.gz and b/src/main/resources/parser/parser.crf.ser.gz differ