- create-sentence input dictionaryprocedure
creates a sentence object from the input string, using the Dictionary that was created earlier to tokenize and define words
- input
- Input string (string)
- dictionary
- dictionary to use
creates a sentence object from the input string, using the Dictionary that was created earlier to tokenize and define words