hltfbk / Excitement-Open-Platform

Excitement Open Platform for Recognizing Textual Entailments
http://hltfbk.github.io/Excitement-Open-Platform/
86 stars 74 forks source link

Replace files in biutee_env #218

Closed asher-stern closed 11 years ago

asher-stern commented 11 years ago

New files: serializedRules.ser and serializedAnnotationRules.ser have been created. The new files are at \qa-srv\data\RESOURCES\SyntacticRuleBase (in BIU). They should be copied to the biutee_env, replacing the existing ones.

Background: These files contain the same rules, but stored in LinkedHashMap and LinkedHashSet instead of HashMap and HashSet. The older files cause two runs of BIUTEE with the same configuration to be different (the run is non-deterministic).

oferbr commented 11 years ago

replaced