Skip to content

No-Frills Functional Programming Lib Augmenting Javascript/Node.js

License

Notifications You must be signed in to change notification settings

robotroutine/scriptum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

 __   __   __     __  ___            
/__` /  ` |__) | |__)  |  |  |  |\/| 
.__/ \__, |  \ | |     |  \__/  |  | 

No-frills Functional Programming Lib Augmenting Javascript/Node.js

with a focus on arrays, (async) iterators, streams, string processing and regular expressions.

Status: no more major revisions expected but still unstable in some hideous details..

Author: Iven Marquardt

Scriptum's focus is a consequence of being the foundation of a more elaborate natural language processing lib that covers the following aspects:

  • natural language tokenization (sentences/words)
  • abbreviation recognition
  • word frequency, dispersion, and co-occurrence
  • spelling tolerance (take typos and alternative spellings into account)
  • word stemming
  • evaluating word diffing
  • sentence equivalence
  • semantic category mapping
  • associative maps

The NLP lib isn't disclosed on Github for the time being.