All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stream.parser.index.md Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
Package stream.parser
=====================

When processing streams of data each single data item may contain additional
information that needs to be extracted into more detailed attributes or into
other value types.

The `stream.parser` package provides a set of parsing processors, that usually
act upon on or more keys and extract information from the attributes denoted
by those keys.

For example the `ParseDouble` processor will parse double values from all strings
that are denoted in its `keys` parameter. Other parsers in this package are for
example the `ParseJSON`, `Timestamp` or the `NGrams` processor.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy