-
Notifications
You must be signed in to change notification settings - Fork 146
WIP: Adding SRL #215
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
Open
danyaljj
wants to merge
127
commits into
CogComp:master
Choose a base branch
from
danyaljj:adding-srl
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WIP: Adding SRL #215
Changes from 1 commit
Commits
Show all changes
127 commits
Select commit
Hold shift + click to select a range
53c4ee1
Initial commit
christos-c d31108b
Added pom.xml back to git
christos-c ddef851
nlp-pipeline integration fully functional
christos-c 7e0add5
Fixed an error in the WSJ train/dev sections split
christos-c e94d688
Minor changes
christos-c 794bd04
Added JUnit tests
christos-c 6eeded1
Declared gurobi optional
christos-c 9bee145
Reverted back to nlp-pipeline-0.1.1
christos-c 93352eb
Fixed bug in TextPreProcessor
christos-c 80fd99e
Fixed dash ('-') bug in Nom SRL
christos-c e766eb4
Added an option for max inference rounds
christos-c 09216e6
Added sense description ("name") to FrameData
christos-c 0bd5517
Merge remote-tracking branch 'origin/master'
christos-c 4a15867
moving to new deps 1
shyamupa 80a30f0
moving to new deps 2
shyamupa b011ba6
moving to new deps 3
shyamupa da09783
final moving all to new deps 4
shyamupa 39b1a5e
adding column writer from old edison
shyamupa 527ac81
should compile. v5.1.3
shyamupa e9a68aa
WIP for moving to new dep.
shyamupa f322db1
which inference to use?
shyamupa 400d6fa
compiles
shyamupa 8a088e3
config madness. Need one config? or many?
shyamupa 39993e1
New config for pipeline
christos-c dd07d30
this version goes upto feature extraction smoothly
shyamupa 8dbadf3
can train sense still training identifier
shyamupa 3722c3e
also try SP
shyamupa 2afb706
confiugrable learner
shyamupa 2386ec7
adding learner config
shyamupa e744814
all models trained!
shyamupa 760b95f
working version with illinois-sl. v.5.1.4
shyamupa b8d34db
config now points to my models
shyamupa 75db17e
tested interactively
shyamupa e46916b
turned off -ea for assertions.
shyamupa f881cff
Cleaning up
christos-c ae4e3ce
no nom model now
shyamupa 7e2c3e7
Massive cleaning up
christos-c ae89da4
Completed README
christos-c 9c03a57
Merge branch 'shyam' into 'master'
christos-c ee4fa4b
Added license
christos-c a645b1b
modifying srllabler init method, also adding getDescription in framem…
shyamupa a12aaf6
updating pom to 5.1.5
shyamupa c79f40f
Merge branch 'shyam'
shyamupa d1ed497
adding arg to factory client. mvn test passes now
shyamupa d693602
reverting change from last push
shyamupa 550d228
all should be fixed now
shyamupa 5ea7da9
Updated to illinois-cogcomp-nlp dependencies
christos-c c60c57b
numFeat threads as config param
shyamupa 803bb24
moves to 5.1.6 still using models from 5.1.5
shyamupa 4c98921
Merge branch 'threads' into 'master'
christos-c 7f4d3b6
two config madness handled
shyamupa 091cfde
Merge branch 'newthreads' into 'master'
christos-c 99e7875
Updated Edison dependency
christos-c 1260b53
new models
shyamupa 6bfb3fa
Merge branch 'sshyam' into 'master'
shyamupa 79de23f
Removed jwnl config file dependency
christos-c 6827469
Updated models version
christos-c 2923071
Updated dependencies versions
christos-c 122767c
Merge branch 'christos-pipeline-fix' into 'master'
christos-c e191bdf
Created a bypass for getting top-k predictions before the ILP
christos-c 298fa23
Removed pred-arg evaluator
christos-c a17d815
updated to follow changes to Annotator API
5c1306b
added Configurators for SRL to replace previous configuration code, b…
1db66f9
added minimal documentation to new classes
6890b3d
changed SRLProperties to use Configurators; if a file name is given, …
9053fbb
updated TextPreProcessor configuration to match SRL config
a8e3f30
updated SRL with constructor with no config file
4a3f0e1
updated SRL constructors to use ResourceManagers
db4f56d
updated SRL constructors to use ResourceManagers *correctly*
d94ab6b
Trying to make SRL conform to expected Annotator behavior, using View…
8c5b106
Minor changes for pipeline support
christos-c b518ebf
Fixed minor logging error
christos-c 4d9070a
Merge remote-tracking branch 'remotes/origin/christos-ilp-updates' in…
48e310d
Merge branch 'mssammon' into 'master'
a2c9f40
Updated to latest dependencies
christos-c d9c1eec
Merge branch 'christos-update' into 'master'
9a58721
Fixed NOMLEX reader bug
christos-c c07c1a1
Updated models usage
christos-c fbd5602
updated version
62fe36c
fixed bug with incorrect package name
a31d438
Small changes
christos-c 1e0b6f6
Removed prop/nombank dependence during inference
christos-c 5bca95d
Merge branch 'christos-prop-nom-fix' into 'master'
0459b97
Fixed Windows-specific JWNL problem
christos-c e2ce6a5
Added Windows script
christos-c 52cc455
Added ILP Solver as a property
christos-c 025e7df
Added GitLab CI script
christos-c 82040ec
Fixed unit tests
christos-c 75de089
Added CI badge
christos-c 5c6c99c
Merge remote-tracking branch 'origin/master' into christos-win
christos-c 396de0d
Updated README and linux script
christos-c 5722539
Merge branch 'christos-win' into 'master'
christos-c 2a04ebc
Removed CI badge
christos-c 976f288
Update README.md
christos-c d444a13
upgrade SL dependency
3998c95
Merge branch 'daniel_sl_dependency_upgrade' into 'master'
christos-c 15cd5fd
Fixed typo in feature definition
christos-c 13e2746
Increment version
christos-c 691aac5
Fixed interactive Bash script
christos-c ae71b69
Updated cogcomp-nlp & pipeline deps
christos-c 1161b78
Fixed bug in PropBank legal args list creation
christos-c d6f68c2
Incremented version
christos-c b016cc6
updated to use updated Annotator API, which accommodates lazy initial…
4a60b49
added test to try to monitor memory use with repeated instantiation o…
662afdd
updated to check for/add CLAUSE_STANFORD view before trying to apply …
2a98e89
updated icu dependency to non-snapshot
357fd39
updated pipeline dependency
f5b0df0
Merge branch 'icuupdate' into 'master'
d23369b
updated version number
a008507
Merge branch 'icuupdate' into 'master'
1f6beab
moving the files into the srl folder
2ab580c
Merge remote-tracking branch 'cogcomp/master'
458b844
adding srl to the main pom file.
6813089
update readme file
de4dab6
remove gitlab-ci file.
901998f
adding license header to the srl files.
2653065
Merge remote-tracking branch 'cogcomp/master'
960e5c1
applying comments: updated pom file and removed some redundant files.
90f920e
applying formatter on SRL.
8907a86
dropping two old fex files.
f196fe4
adding a memory condition to srl tests.
fd97201
increase memory requirement for srl tests to 8gb.
f292cde
drop curator release components.
084d0ba
some clean up for pom.xml.
7c40a69
Merge remote-tracking branch 'upstream/master' into adding-srl
christos-c 24ba53e
Changed SRL's TA cache mechanism
christos-c 8252cb9
do not initialize multiple caches.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,63 +53,70 @@ | |
<artifactId>illinois-core-utilities</artifactId> | ||
<version>3.0.73</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>edu.illinois.cs.cogcomp</groupId> | ||
<artifactId>illinois-curator</artifactId> | ||
<version>3.0.73</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>edu.illinois.cs.cogcomp</groupId> | ||
<artifactId>illinois-edison</artifactId> | ||
<version>3.0.73</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.gurobi</groupId> | ||
<artifactId>gurobi</artifactId> | ||
<version>6.5</version> | ||
<optional>true</optional> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>edu.illinois.cs.cogcomp</groupId> | ||
<artifactId>illinois-common-resources</artifactId> | ||
<classifier>illinoisSRL</classifier> | ||
<version>1.4</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>edu.illinois.cs.cogcomp</groupId> | ||
<artifactId>illinois-common-resources</artifactId> | ||
<classifier>illinoisSRL</classifier> | ||
<version>1.5</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>edu.illinois.cs.cogcomp</groupId> | ||
<artifactId>illinois-common-resources</artifactId> | ||
<version>1.5</version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do we need both the general |
||
</dependency> | ||
<dependency> | ||
<groupId>edu.illinois.cs.cogcomp</groupId> | ||
<artifactId>illinois-common-resources</artifactId> | ||
<classifier>ner</classifier> | ||
<version>1.5</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>edu.illinois.cs.cogcomp</groupId> | ||
<artifactId>illinois-sl-core</artifactId> | ||
<version>1.0.3</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-lang</groupId> | ||
<artifactId>commons-lang</artifactId> | ||
<version>2.6</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.h2database</groupId> | ||
<artifactId>h2</artifactId> | ||
<version>1.4.190</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>edu.illinois.cs.cogcomp</groupId> | ||
<artifactId>illinois-inference</artifactId> | ||
<version>0.6.0</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.tartarus</groupId> | ||
<artifactId>snowball</artifactId> | ||
<version>1.0</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note the use of the classifier in case this needs to be addressed (see #43)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh? I am not clean on the
classifier
tag usage here ...There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was using the
classifier
property to split the common-resources per project. Each project would use its own subunit of the common resources module.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.3 is the one currently used in Edison and 1.4 is the one used in SRL. There is an effort to break the resources into smaller jar files. I can update it after that.