trivor-nlp won't return a map with values as Object anymore. This approach led to a more verbose code and it's hard to maintain. The new approach works with pre-defined objects instead of default and custom generators which values were accessed via a map. Also, it's possible to group similar information under the same object e.g vocabulary -> verbs, adverbs and so on.
insights will use only the necessary information returned by trivor-nlp.
trivor-nlp
won't return a map with values as Object anymore. This approach led to a more verbose code and it's hard to maintain. The new approach works with pre-defined objects instead of default and custom generators which values were accessed via a map. Also, it's possible to group similar information under the same object e.g vocabulary -> verbs, adverbs and so on.insights
will use only the necessary information returned bytrivor-nlp
.