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

Discard Labels, add Resource Factory #725

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

Conversation

cowchipkid
Copy link
Contributor

Labels of no interest can now be discarded using a property, there is a resource factory that more effectively organizes shared resources, and some wall clock time performance improvements.

@Slash0BZ
Copy link
Member

Hi Tom, there are a few issues I found during mvn install:

  • LBJava 1.3.2 does not exist in the current cogcomp m2repo, there is an 1.3.2-SNAPSHOT instead. Thus your current change will lead to jar not found.
  • NER compilation failed on my end (after I rolled LBJava back to 1.3.1) with error NERAnnotator.java:[132,41] cannot find symbol [ERROR] symbol: method pruneUnusedLabels(java.util.ArrayList<java.lang.String>) [ERROR] location: variable taggerLevel1 of type edu.illinois.cs.cogcomp.lbjava.learn.SparseNetworkLearner. I am assuming it's related to the LBJava generated files. It may work for you because you already have the correct versions of those files, and could you try after deleting them? (as the repo does not have them).

Thanks, Ben

@cowchipkid
Copy link
Contributor Author

cowchipkid commented Sep 29, 2019 via email

@Slash0BZ
Copy link
Member

Which PR are you referring to? Given the current situation, do you have any suggestions on how we should move forward?

@cowchipkid
Copy link
Contributor Author

cowchipkid commented Sep 29, 2019 via email

…g the corrective

synchronizations would counteract any already small performance benefits from the
caching, I simply removed it.
@cowchipkid
Copy link
Contributor Author

@HeglerTissot can we get this thing merged? Am I missing some procedural change or something? It should be a big lift to get things merged, and I see 3 outstanding PRs for lbjava as well. I think semaphore is having trouble with the LBJava PR for reasons unknown, Daniel was looking at that, but not any more...

Thomas L. Redman added 3 commits November 12, 2019 17:28
…ere was a long standing bug in

ExceptionlessInputStream that would leave a compressed zip file open after loading the model. The ZipFile
object should be close explicitly, and was not.
@yxd126
Copy link
Contributor

yxd126 commented Feb 20, 2020

I'm now reviewing this pull request. And I get this error:
[ERROR] Failed to execute goal on project LBJava-NLP-tools: Could not resolve dependencies for project edu.illinois.cs.cogcomp:LBJava-NLP-tools:jar:4.0.19: Could not find artifact edu.illinois.cs.cogcomp:LBJava:jar:1.3.3 in CogcompSoftware (http://macniece.seas.upenn.edu/m2repo/)

Could you please fix this first? @cowchipkid
Thanks,
Xiaodong

@cowchipkid
Copy link
Contributor Author

cowchipkid commented Feb 20, 2020 via email

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.

None yet

3 participants