Skip to content

Addition of Syntax Feature for IBM NLU - to enable Lemmatisation #326

@gaillimhabu

Description

@gaillimhabu

Is your enhancement related to a problem? Please describe.

Hi Guys ,

great product , thank you for your hard work on this. My main reason for install/testing was to see if NLU could achieve "Lemmatizaion" , I was thinking Hike/Hiking ..

I tested the Syntax feature , which enables you to get your Lemmatization tags back and I would imagine , it could be ( famous last words ) a straight forward feature addition ( like entities , categories etc )

https://developer.ibm.com/articles/a-deeper-look-at-the-syntax-api-feature-within-watson-nlu/

My Example using the demo in the article above , pointed at a link which mentioned hiking but not the word "hike".

Return snippet

{ "text": "considered", "part_of_speech": "VERB", "location": [ 8, 18 ], "lemma": "consider" }, { "text": "hiking", "part_of_speech": "VERB", "location": [ 19, 25 ], "lemma": "hike" },

Thanks in advance !

Designs

No response

Describe alternatives you've considered

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for 💡 Idea / Suggestion.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions