I want to do following two tasks : Recognize tense of a sentence , Change voice of a sentence
If I am not wrong I can do it with rule based way or statistical way If statistical way : Can I create a model that recognizes tenses ? If yes how can I create model for the same? Will it work with Stanford NLP like API ? How will I read model if I do this way?
