You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: We will need to retrain PrepSRL, Quantifier, (maybe) Question Typer
The Fix applied to #593 (currently residing in branch string_join_require_retrain) will affect the behavior of FeatureNGramUtility in edison. All 4 feature generating functions in FeatureNGramUtility calls StringUtils.join() to produce feature names, which currently have trailing dashes. The fix removes the trailing dash, but also changes the feature names.
Here are all packages that will (likely) be affected --
TL;DR: We will need to retrain PrepSRL, Quantifier, (maybe) Question Typer
The Fix applied to #593 (currently residing in branch string_join_require_retrain) will affect the behavior of FeatureNGramUtility in edison. All 4 feature generating functions in FeatureNGramUtility calls StringUtils.join() to produce feature names, which currently have trailing dashes. The fix removes the trailing dash, but also changes the feature names.
Here are all packages that will (likely) be affected --
PrepSRL
cogcomp-nlp/prepsrl/src/main/java/edu/illinois/cs/cogcomp/prepsrl/features/WordBigrams.java
Lines 38 to 39 in 7d9dad3
Quantifier
cogcomp-nlp/quantifier/src/main/java/edu/illinois/cs/cogcomp/quant/features/WordBigrams.java
Lines 44 to 45 in 7d9dad3
Question Typer
(it looks like just a debug/helper function, not actually used in model? but not sure)
cogcomp-nlp/question-type/src/main/java/edu/illinois/cs/cogcomp/question_typer/QuestionTyperFeatureExtractorsUtils.java
Lines 191 to 200 in 7d9dad3
The text was updated successfully, but these errors were encountered: