Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : dialectsoftware.semantics.wordreader

Parse and coalesce text by applying simple rules in the form of a lambda expression that define word boundaries. Each word is tokenized into a memento that retains all the information about that word within the original context. example: parsing a double quote qualified csv file. DialectSoftware.Semantics.WordReader reader = WordReader.Open([path to file]); bool include = true; var lines = reader.ReadToEnd(c => c == '\n').Select(r => r.ReadToEnd(c => { if (c == '\"') include = !include; if (c == ',') return include; return false; }).ToArray()).ToArray();

Registry - Homepage - JSON
purl: pkg:nuget/dialectsoftware.semantics.wordreader
Keywords: Text, Parsing, CSV
License:
Latest release: over 124 years ago
First release: over 124 years ago
Last synced: 9 days ago

    Loading...
    Readme
    Loading...