Welcome to my personal Github.
Pinned Loading
-
Efficient and low-memory document in...
Efficient and low-memory document indexer with inverted index + full-text search (ala Apache Lucene/ElasticSearch) extended to find partial word matches. Create meta-data nodes with ids and related arrays of prefixable text (i.e. document codes/tags), and nodes with ids and related arrays of body text (i.e. entire document bodies). 1package com.iva.nlp.document;
23import java.util.Arrays;
4import java.util.BitSet;
5import java.util.HashMap;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.