Open amnonma opened 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
isPn (for parse tree node)
@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