Skip to content

Conversation

jing-zhou
Copy link

upgrade to java 8

add maven plugin (synergian-repo, wagon-git) so that the fnlp-core package can be released as a jar package from the github

on the client side, the fnlp-core can be incorporated into an application as a dependency in the POM (see below example )

    <dependency>
        <groupId>org.fnlp</groupId>
        <artifactId>fnlp-core</artifactId>
        <version>2.1-SNAPSHOT-gubnoi-v4</version>
    </dependency>
   <scm>
           <connection>scm:git:git@github.com:jing-zhou/fnlp.git</connection>
          <developerConnection>scm:git:git@github.com:jing-zhou/fnlp.git</developerConnection>
          <url>scm:git:git@github.com:jing-zhou/fnlp.git</url>
  </scm>

pack the models directory into the fnlp-core package for easy management

change the Linea.java and AbstractTagger to correct the error "file or directory not found exception" while load models from within the jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant