Slide 45
Slide 45 text
Execution
PreProcessing.perform("Ruby is awesome. Ruby is
great!")
# Returns:
#
# [
# [
# ["Ruby", "NNP"],
# ["is", "VBZ"],
# ["awesome", "JJ"],
# [".", "."]
# ],
# [
# ["Ruby", "NNP"],
# ["is", "VBZ"],
# ["great", "JJ"],
# ["!", "."]
# ]
# ]
Pre-Processing
Pipeline