Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some changes #32

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

some changes #32

wants to merge 10 commits into from

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