"normal" field for terms no longer exists in v13? #854
-
I used to use v11 heavily in a project a long time ago, and have been recently going through and updating it to use it with v13 compromise but it's missing some older properties/fields. I used to break apart each "compound verb" using v.list[0].terms and iterating through each term but the "normal" field is missing. Has "normal" been renamed? I noticed other fields 'reduced' and 'cleaned'. Can I substitute normal for one of these? Also, I remember that 'silent_term' was related to contractions, but can't find mention of that field either. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
hey @scpedicini yeah the internal api changes and will change again in v14. You should be able to break apart a match into individual terms with |
Beta Was this translation helpful? Give feedback.
hey @scpedicini yeah the internal api changes and will change again in v14. You should be able to break apart a match into individual terms with
.terms()
and get request any metadata, such as normalized, or implict words, with .json()cheers