I am using another language and I have a program that I run in DOS to get thePostTagger from what was entered by the user ... I am trying but only the first word is passed .. when a user-entered phrase arrives it is always the first word it is accepts
How do I convert the text into a string to stay
nlp.exe “input of user”
outputmacro: ^PosTagger(^arg)
NLP %originalinput
outputmacro: ^Output(^arg)
^arg \n
topic: ~INTRODUCTIONS ( ~NOUN_PROPER_SINGULAR )
u: (~NOUN_PROPER_SINGULAR ) popen( ^PosTagger($originalinput) ‘^Output)