powered by
Parse tokenized input text
form(x, mode, type, pos = TRUE)
Input text vectors
Select split mode (A, B, C)
return form. One of the following "surface", "dictionary", "normalized", "reading" or "part_of_speech".
Include part of speech information with object name.
# NOT RUN { form("Tokyo", mode = "B", type = "normalized") form("Osaka", mode = "B", type = "surface") form("Hokkaido", mode = "C", type = "part_of_speech") # }
Run the code above in your browser using DataLab