Parse VW parameter string and place the parameters in a Map where the key is the
parameter name and the Map value is the string value for that parameter. If no
value follows the parameter name, then the Map value is an empty string. If the
parameter name is specified with a value multiple times, then the Map value is an
Iterable of the multiple parameter values.
This object is NOT infallible and can probably be broken, however it should work
for most if not nearly all the common VW parameter strings. Once can choose to
put in parameter names that are not supported in VW. No validation is done here to
ensure the parameter is actually supported, so this should be used carefully
with some common sense. This object exists to provide convenience for VW parameter
parsing and manipulation.
Parse VW parameter string and place the parameters in a Map where the key is the parameter name and the Map value is the string value for that parameter. If no value follows the parameter name, then the Map value is an empty string. If the parameter name is specified with a value multiple times, then the Map value is an Iterable of the multiple parameter values.
This object is NOT infallible and can probably be broken, however it should work for most if not nearly all the common VW parameter strings. Once can choose to put in parameter names that are not supported in VW. No validation is done here to ensure the parameter is actually supported, so this should be used carefully with some common sense. This object exists to provide convenience for VW parameter parsing and manipulation.