repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/symbolicValues/UnknownValue.java | package lu.uni.tsopen.symbolicExecution.symbolicValues;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Interdiscipli... | 1,930 | 24.077922 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/symbolicValues/FieldValue.java | package lu.uni.tsopen.symbolicExecution.symbolicValues;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Interdiscipli... | 1,796 | 24.671429 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/symbolicValues/AbstractSymbolicValue.java | package lu.uni.tsopen.symbolicExecution.symbolicValues;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Interdiscipli... | 3,521 | 25.088889 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/symbolicValues/SymbolicValue.java | package lu.uni.tsopen.symbolicExecution.symbolicValues;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Interdiscipli... | 1,604 | 32.4375 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/sms/SmsMethodsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.sms;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Interd... | 1,394 | 35.710526 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/sms/SmsMethodsRecognitionHandler.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.sms;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Interd... | 1,873 | 30.233333 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/sms/CreateFromPduRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.sms;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Interd... | 1,973 | 34.25 | 127 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/StartsWithRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 2,239 | 34 | 127 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/EqualsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 2,457 | 33.138889 | 127 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/BooleanMethodsRecognitionHandler.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 2,002 | 30.793651 | 107 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/BeforeRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 2,119 | 32.125 | 105 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/AfterRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 2,525 | 35.608696 | 105 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/BooleanMethodsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 1,510 | 35.853659 | 106 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/MatchesRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 2,288 | 32.173913 | 105 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/ContainsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 2,187 | 32.661538 | 127 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/bool/EndsWithRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.bool;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - Inter... | 2,235 | 32.878788 | 127 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/GetLatitudeRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,794 | 35.632653 | 165 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/GetSecondsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,777 | 36.041667 | 151 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/GetMinutesRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,778 | 35.306122 | 151 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/GetRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,006 | 34.839286 | 154 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/GetMonthRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,770 | 35.142857 | 147 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/NumericMethodsRecognitionHandler.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,678 | 31.277108 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/GetHoursRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,769 | 35.122449 | 146 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/GetLongitudeRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,798 | 35.714286 | 167 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/NumericMethodsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,722 | 41.02439 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/CurrentTimeMillisRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,008 | 34.875 | 144 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/numeric/GetYearRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.numeric;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,766 | 35.061224 | 145 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/location/GetLastLocationRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.location;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 2,097 | 35.807018 | 157 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/location/DistanceBetweenRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.location;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 2,812 | 32.891566 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/location/GetLastKnowLocationRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.location;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 1,983 | 35.740741 | 126 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/location/LocationMethodsRecognitionHandler.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.location;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 1,917 | 30.966667 | 105 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/location/LocationMethodsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.location;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 1,414 | 36.236842 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/dateTime/GetInstanceRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.dateTime;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 2,004 | 35.454545 | 163 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/dateTime/DateTimeMethodsRecognitionHandler.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.dateTime;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 1,917 | 30.966667 | 105 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/dateTime/DateTimeMethodsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.dateTime;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 1,414 | 36.236842 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/dateTime/NowRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.dateTime;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 1,975 | 35.592593 | 151 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/dateTime/SetToNowRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.dateTime;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - I... | 1,940 | 34.290909 | 105 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/FormatRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,117 | 32.619048 | 141 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/SubStringRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 3,031 | 32.318681 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/StringMethodsRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,498 | 35.560976 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/ToUpperCaseRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,008 | 31.934426 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/GetMessageBodyRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,221 | 36.661017 | 122 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/ValueOfRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,298 | 32.808824 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/GetOriginatingAddressRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,252 | 36.55 | 136 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/AppendRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 4,393 | 35.016393 | 116 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/ToStringRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 1,997 | 31.754098 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/StringMethodsRecognitionHandler.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,909 | 30.290323 | 104 | java |
TSOpen | TSOpen-master/src/main/java/lu/uni/tsopen/symbolicExecution/methodRecognizers/strings/ToLowerCaseRecognition.java | package lu.uni.tsopen.symbolicExecution.methodRecognizers.strings;
/*-
* #%L
* TSOpen - Open-source implementation of TriggerScope
*
* Paper describing the approach : https://seclab.ccs.neu.edu/static/publications/sp2016triggerscope.pdf
*
* %%
* Copyright (C) 2019 Jordan Samhi
* University of Luxembourg - In... | 2,008 | 31.934426 | 104 | java |
null | tmVar3-main/src/tmVarlib/MentionRecognition.java | //
// tmVar - Java version
// Feature Extraction
//
package tmVarlib;
import java.io.*;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.tartarus.snowball.SnowballStemmer;
import org.tartarus.snowball.ext.englishStemmer;
import edu.stanford.nlp.tagger.maxent.MaxentTagger... | 55,253 | 39.360847 | 305 | java |
null | tmVar3-main/src/tmVarlib/PostProcessing.java | package tmVarlib;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import ja... | 249,586 | 42.218528 | 733 | java |
null | tmVar3-main/src/tmVarlib/PrefixTree.java | /**
* Project:
* Function: Dictionary lookup by Prefix Tree
*/
package tmVarlib;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.*;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class PrefixTree
{
private Tree Tr=n... | 26,828 | 35.353659 | 1,988 | java |
null | tmVar3-main/src/tmVarlib/tmVar.java | package tmVarlib;
//
// tmVar - Java version
//
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
i... | 27,677 | 47.728873 | 3,587 | java |
null | tmVar3-main/src/tmVarlib/BioCConverter.java | //
// tmVar - Java version
// BioC Format Converter
//
package tmVarlib;
import bioc.BioCAnnotation;
import bioc.BioCCollection;
import bioc.BioCDocument;
import bioc.BioCLocation;
import bioc.BioCPassage;
import bioc.io.BioCDocumentWriter;
import bioc.io.BioCFactory;
import bioc.io.woodstox.ConnectorWoodstox;
import... | 21,618 | 33.370429 | 173 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/Benchmark.java | package edu.rice.habanero.benchmarks;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public abstract class Benchmark {
//final Map<String, List<D... | 1,131 | 26.609756 | 88 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/PseudoRandom.java | package edu.rice.habanero.benchmarks;
/*
* A simple random generator
* which generates numbers in the range of 0-65535 and 0.0-1.0
* Added to improves comparability between programming languages.
*/
public class PseudoRandom {
private long value;
public PseudoRandom(long value) {
this.value = value... | 742 | 20.228571 | 65 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/BenchmarkRunner.java | package edu.rice.habanero.benchmarks;
import edu.rice.habanero.actors.AkkaActorState;
import edu.rice.hj.runtime.config.HjSystemProperty;
import java.util.*;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public class BenchmarkRunner {
//public static final String statDa... | 9,927 | 39.688525 | 135 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/concdict/DictionaryConfig.java | package edu.rice.habanero.benchmarks.concdict;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
import java.util.HashMap;
import java.util.Map;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class DictionaryConfig {
protected static int NUM_ENTITIES = 20... | 3,238 | 27.919643 | 98 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/fjcreate/ForkJoinConfig.java | package edu.rice.habanero.benchmarks.fjcreate;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class ForkJoinConfig {
protected static int N = 40000;
protected static int C = 1;
protected static bool... | 1,601 | 30.411765 | 98 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/facloc/FacilityLocationConfig.java | package edu.rice.habanero.benchmarks.facloc;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
import edu.rice.habanero.benchmarks.PseudoRandom;
import java.util.*;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class FacilityLocationConfig {
protected st... | 7,529 | 32.318584 | 117 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/bitonicsort/BitonicSortConfig.java | package edu.rice.habanero.benchmarks.bitonicsort;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class BitonicSortConfig {
protected static int N = 4_096; // data size, must be power of 2
protected stat... | 1,603 | 32.416667 | 80 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/nqueenk/NQueensConfig.java | package edu.rice.habanero.benchmarks.nqueenk;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class NQueensConfig {
protected static final long[] SOLUTIONS = {
1,
0,
0,
... | 4,818 | 26.073034 | 96 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/trapezoid/TrapezoidalConfig.java | package edu.rice.habanero.benchmarks.trapezoid;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class TrapezoidalConfig {
protected static int N = 10_000_000; // num pieces
protected static int W = 100; ... | 2,722 | 30.662791 | 85 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/radixsort/RadixSortConfig.java | package edu.rice.habanero.benchmarks.radixsort;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class RadixSortConfig {
protected static int N = 100_000; // data size
protected static long M = 1L << 60; ... | 1,581 | 31.958333 | 80 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/astar/GuidedSearchConfig.java | package edu.rice.habanero.benchmarks.astar;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
import java.util.*;
import java.util.concurrent.atomic.AtomicReference;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class GuidedSearchConfig {
protected stati... | 9,372 | 30.139535 | 120 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/sor/SucOverRelaxConfig.java | package edu.rice.habanero.benchmarks.sor;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
import edu.rice.habanero.benchmarks.PseudoRandom;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class SucOverRelaxConfig {
// ORIGINAL val REF_VAL = Array[Double](... | 3,356 | 32.909091 | 103 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/recmatmul/MatMulConfig.java | package edu.rice.habanero.benchmarks.recmatmul;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class MatMulConfig {
protected static int NUM_WORKERS = 20;
protected static int DATA_LENGTH = 1_024;
p... | 4,792 | 26.232955 | 89 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/quicksort/QuickSortConfig.java | package edu.rice.habanero.benchmarks.quicksort;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
import edu.rice.habanero.benchmarks.PseudoRandom;
import java.util.ArrayList;
import java.util.List;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class QuickSor... | 5,323 | 31.072289 | 148 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/bndbuffer/ProdConsBoundedBufferConfig.java | package edu.rice.habanero.benchmarks.bndbuffer;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
import edu.rice.habanero.benchmarks.PseudoRandom;
/**
* Computes Logistic Map source: http://en.wikipedia.org/wiki/Logistic_map
*
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
p... | 4,450 | 32.977099 | 102 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/philosopher/PhilosopherConfig.java | package edu.rice.habanero.benchmarks.philosopher;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class PhilosopherConfig {
protected static int N = 20; // num philosophers
protected static int M = 10_00... | 1,593 | 32.208333 | 87 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/sieve/SieveConfig.java | package edu.rice.habanero.benchmarks.sieve;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class SieveConfig {
protected static long N = 100_000;
protected static int M = 1_000;
protected static boo... | 1,596 | 27.517857 | 80 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/cigsmok/CigaretteSmokerConfig.java | package edu.rice.habanero.benchmarks.cigsmok;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class CigaretteSmokerConfig {
protected static int R = 1_000; // num rounds
protected static int S = 200; // ... | 2,002 | 28.455882 | 92 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/pingpong/PingPongConfig.java | package edu.rice.habanero.benchmarks.pingpong;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class PingPongConfig {
protected static int N = 40000;
protected static boolean debug = false;
protecte... | 1,928 | 25.791667 | 92 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/fib/FibonacciConfig.java | package edu.rice.habanero.benchmarks.fib;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class FibonacciConfig {
protected static int N = 25;
protected static boolean debug = false;
protected stati... | 1,009 | 27.055556 | 79 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/concsll/SortedLinkedList.java | package edu.rice.habanero.benchmarks.concsll;
/**
* Source: http://www.cs.ucsb.edu/~franklin/20/assigns/prog2files/MySortedLinkedList.java
* <p/>
* Stores a sorted list of items that implement the interface Comparable. Provides an iterator to allow stepping through
* the list in a loop
*
* @author <a href="http:... | 4,808 | 30.025806 | 120 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/concsll/SortedListConfig.java | package edu.rice.habanero.benchmarks.concsll;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class SortedListConfig {
protected static int NUM_ENTITIES = 20;
protected static int NUM_MSGS_PER_WORKER = 8... | 3,633 | 28.786885 | 101 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/logmap/LogisticMapConfig.java | package edu.rice.habanero.benchmarks.logmap;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* Computes Logistic Map source: http://en.wikipedia.org/wiki/Logistic_map
*
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class LogisticMapConfig {
protected ... | 2,784 | 29.604396 | 86 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/uct/UctConfig.java | package edu.rice.habanero.benchmarks.uct;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* Unbalanced Cobwebbed Tree benchmark.
*
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class UctConfig {
protected static int MAX_NODES = 200_000; //_000; // max... | 4,852 | 32.937063 | 117 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/count/CountingConfig.java | package edu.rice.habanero.benchmarks.count;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class CountingConfig {
protected static int N = 1_000_000;
protected static boolean debug = false;
protect... | 1,024 | 27.472222 | 82 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/barber/SleepingBarberConfig.java | package edu.rice.habanero.benchmarks.barber;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class SleepingBarberConfig {
protected static int N = 5_000; // num haircuts
protected static int W = 1_000; /... | 2,543 | 29.650602 | 92 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/filterbank/FilterBankConfig.java | package edu.rice.habanero.benchmarks.filterbank;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
import java.util.Collection;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class FilterBankConfig {
protected static int NUM_COLUMNS = 8192 * 2;
protec... | 4,341 | 25.802469 | 94 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/fjthrput/ThroughputConfig.java | package edu.rice.habanero.benchmarks.fjthrput;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class ThroughputConfig {
protected static int N = 10_000;
protected static int A = 60;
protected static ... | 2,155 | 33.222222 | 98 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/banking/BankingConfig.java | package edu.rice.habanero.benchmarks.banking;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class BankingConfig {
protected static int A = 1_000; // num accounts
protected static int N = 50_000; // num... | 2,565 | 31.075 | 96 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/piprecision/PiPrecisionConfig.java | package edu.rice.habanero.benchmarks.piprecision;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
import java.math.BigDecimal;
import java.math.RoundingMode;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class PiPrecisionConfig {
private static final B... | 3,195 | 33 | 104 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/chameneos/ChameneosHelper.java | package edu.rice.habanero.benchmarks.chameneos;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public class ChameneosHelper {
protected static Color complement(final Color color, final Color otherColor) {
switch (color) {
case RED:
switc... | 2,884 | 26.216981 | 82 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/chameneos/ChameneosConfig.java | package edu.rice.habanero.benchmarks.chameneos;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class ChameneosConfig {
protected static int numChameneos = 100;
protected static int numMeetings = 200_000... | 2,057 | 33.3 | 92 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/big/BigConfig.java | package edu.rice.habanero.benchmarks.big;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class BigConfig {
protected static int N = 20_000; // num pings
protected static int W = 120; // num actors
p... | 1,877 | 28.34375 | 92 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/apsp/ApspConfig.java | package edu.rice.habanero.benchmarks.apsp;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class ApspConfig {
protected static int N = 300;
protected static int B = 50;
protected static int W = 100;
... | 1,512 | 30.520833 | 85 | java |
savina | savina-master/src/main/java/edu/rice/habanero/benchmarks/threadring/ThreadRingConfig.java | package edu.rice.habanero.benchmarks.threadring;
import edu.rice.habanero.benchmarks.BenchmarkRunner;
/**
* @author <a href="http://shams.web.rice.edu/">Shams Imam</a> (shams@rice.edu)
*/
public final class ThreadRingConfig {
protected static int N = 100; // num actors
protected static int R = 100_000; // ... | 2,210 | 27.714286 | 92 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/PMI/PMIUtility.java | package main.java.PMI;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
* International License. To view a copy of this license, visit
* http://creativecommons.org/licenses/by-nc/4.0/.
*/
public class PMIUtility {
public sta... | 528 | 36.785714 | 105 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/PMI/FeatureHandler.java | package main.java.PMI;
import main.java.Graph.GraphStructure.GraphContainerAbstract;
import main.java.TextToNgram.NgramContainer;
import main.java.Utility.TextFileInput;
import java.util.ArrayList;
import java.util.StringTokenizer;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under... | 11,358 | 43.027132 | 129 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/PMI/Struct/NodePairFeatureContainer.java | package main.java.PMI.Struct;
import main.java.TextToNgram.NgramContainer;
/**
* Created with IntelliJ IDEA.
* User: masouD
* Date: 12/31/13
* Time: 5:11 PM
* To change this template use File | Settings | File Templates.
*/
public class NodePairFeatureContainer {
private NgramContainer ngram;
private do... | 1,482 | 24.135593 | 81 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/PMI/Struct/NodePairFeatureSetContainer.java | package main.java.PMI.Struct;
import main.java.TextToNgram.NgramContainer;
import main.java.Utility.Config;
import java.util.ArrayList;
/**
* Created with IntelliJ IDEA.
* User: masouD
* Date: 12/31/13
* Time: 5:09 PM
* To change this template use File | Settings | File Templates.
*/
public class NodePairFeatu... | 2,948 | 32.134831 | 94 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/CRF/CRFFileReader.java | package main.java.CRF;
import main.java.Utility.TextFileInput;
import java.util.ArrayList;
import java.util.StringTokenizer;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
* International License. To view a copy of this licens... | 3,090 | 27.62037 | 177 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/CRF/CRFFileReaderWithPOSTags.java | package main.java.CRF;
import java.util.ArrayList;
import java.util.StringTokenizer;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
* International License. To view a copy of this license, visit
* http://creativecommons.org/li... | 1,948 | 33.192982 | 177 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/Text/MessagePrinter.java | package main.java.Text;
public class MessagePrinter {
public static void Print (String msg) {
System.out.println(msg);
}
public static void PrintAndDie(String msg) {
Print(msg);
printHelpMessage();
System.exit(1);
}
private static void printHelpMessage() {
... | 814 | 32.958333 | 121 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/Text/WordDictionary.java | package main.java.Text;
import main.java.Utility.Config;
import main.java.Utility.TextFileInput;
import java.util.Hashtable;
import java.util.StringTokenizer;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
* International Lice... | 2,175 | 29.647887 | 116 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/Text/CRFInputIndexer.java | package main.java.Text;
import main.java.Utility.Defaults;
import java.util.Hashtable;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
* International License. To view a copy of this license, visit
* http://creativecommons.org... | 1,892 | 36.86 | 102 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/Text/Config.java | package main.java.Text;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
* International License. To view a copy of this license, visit
* http://creativecommons.org/licenses/by-nc/4.0/.
*/
public class Config {
public stati... | 614 | 37.4375 | 81 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/Text/CRFInputHandler.java | package main.java.Text;
import main.java.Utility.TextFileInput;
import main.java.Utility.TextFileOutput;
import java.util.Hashtable;
import java.util.StringTokenizer;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
* Internatio... | 3,215 | 40.766234 | 121 | java |
g-ssl-crf | g-ssl-crf-master/src/GraphConstruct/src/main/java/TextToNgram/NgramUtility.java | package main.java.TextToNgram;
import main.java.Utility.Config;
import main.java.Utility.TextFileInput;
import main.java.Utility.TextFileOutput;
import java.util.StringTokenizer;
/**
* Copyright: Masoud Kiaeeha, Mohammad Aliannejadi
* This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
... | 8,774 | 41.597087 | 120 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.