Skip to content

Commit

Permalink
Master Merge Hawking Enhancement v0.1.8 (#39)
Browse files Browse the repository at this point in the history
* deleted test publish workflow

* Revert "deleted test publish workflow"

This reverts commit 159c473.

* ReadMe change

* Updated PR info with github sec

* Corenlp version 4.5.6 update, Parser Model Update, Junit Update to 4.13.1
  • Loading branch information
ArulVendhan committed Mar 27, 2024
1 parent 3e279d9 commit e4c2847
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.zoho</groupId>
<artifactId>hawking</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>
<packaging>jar</packaging>
<name>Hawking</name>
<description>Hawking is a natural language date time parser that extracts date and time from text with context and parse to the required format.</description>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.6</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -85,20 +85,28 @@
<artifactId>javax.json</artifactId>
</exclusion>
<exclusion>
<groupId>com.io7m.xom</groupId>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
</exclusion>
<exclusion>
<groupId>com.googlecode.efficient-java-matrix-library</groupId>
<artifactId>ejml</artifactId>
<groupId>org.ejml</groupId>
<artifactId>ejml-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.ejml</groupId>
<artifactId>ejml-ddense</artifactId>
</exclusion>
<exclusion>
<groupId>org.ejml</groupId>
<artifactId>ejml-simple</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queries</artifactId>
<artifactId>lucene-queryparser</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -110,7 +118,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Binary file modified src/main/resources/parser/parser.crf.ser.gz
Binary file not shown.

0 comments on commit e4c2847

Please sign in to comment.