kalnee / trivor

Trivor is a REST API that brings valuable information for language learners concerning Movies and TV Shows.
MIT License
4 stars 0 forks source link

Change of concept #220

Closed danielfc closed 7 years ago

danielfc commented 7 years ago

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.