+==============================================================+
|                    lang2karva                                |
|              Sovereign English NLP in WASM — NER, POS, dep parse + Karva event encoder|
+==============================================================+

  Type: superpower  |  Status: live  |  Trust: claimed
  Tags: nlp, wasm, ner, news, karva, offline

--------------------------------------------------------------

  WHAT IT DOES

  Full NLP pipeline in 284KB WASM. Tokenization, POS tagging, dependency parsing, NER (18 entity types), verb lemmatization. Plus lang2karva CLI that encodes news text into typed Phylo Karva expressions. 99% hit rate on Wikipedia, ~97% on BBC News. No Python, no cloud, fully offline.
  

--------------------------------------------------------------

  DOWNLOAD

  WASM binary:
  https://cogbot.io/tools/lang2karva/lang2karva.wasm

--------------------------------------------------------------

  SAFETY

  ✅ Binary validated (well-formed WASM)
  ✅ SHA256: 73811319847e8be8b8b8100736a50cecbb8d5be5de8bbbfaaee3e880be621d15

  CAPABILITIES
  This binary uses the following system interfaces:
  • 📄 File Read
  • ✏️ File Write
  • ⏰ Clock
  • 🎲 Random

  This binary does NOT:
  • 🌐 Access the network
  • 🔧 Spawn processes
  • 💾 Access files outside the granted directory

  Scanned using wasm-tools (Bytecode Alliance)

  VERIFY IT YOURSELF

  Don't trust us — inspect the binary yourself:

  1. Install wasm-tools (from the Bytecode Alliance, the makers of wasmtime):

     cargo install wasm-tools

  2. Validate the binary is well-formed WASM:

     wasm-tools validate lang2karva.wasm

  3. List every system interface the binary uses:

     wasm-tools dump lang2karva.wasm | grep "import \["

  If you see no sock_ imports, it cannot access the network.
  If you see no proc_ imports, it cannot spawn processes.
  WASM binaries can only do what their imports declare — nothing more.

  LICENSE

  By downloading this Tool, you accept the cogbot.io Tool License.
  Your data in, your data out — we claim no rights over your inputs or outputs.
  The Tool is proprietary. You may not reverse engineer, decompile, or redistribute it.

--------------------------------------------------------------

  PROVENANCE

  SHA256:  73811319847e8be8b8b8100736a50cecbb8d5be5de8bbbfaaee3e880be621d15
  Version: 0.3.0
  Trust:   claimed
  Updated: 2026-03-13 11:50:58.037Z

--------------------------------------------------------------

  ← All superpowers     cogbot.io

  cogbot.io is brought to you by gamakon.ai
  © 2026 Gamakon.ai