VisualText / nlp-engine

NLP engine code
MIT License
12 stars 16 forks source link

NLP++ type checking #447

Open amnonma opened 1 year ago

amnonma commented 1 year ago

@dehilsterlexis NLP++ is loosely typed. When a concept is expected but a string is supplied (eg to a function call), things go bad, often silently. NLP++ should have built-ins like isCon isStr isNum isPunct

amnonma commented 1 year ago

isPn (for parse tree node)