Posts by David Batista • 119 points
1 post
-
1
votes3
answers1189
viewsA: Python NLTK method that returns a syntactic tree
I recently wrote a post with an example of how to use Syntaxnet (from Google), trained for Portuguese, to extract a syntactic tree from a phrase, and use this information with NLTK structures:…