Skip to content
Discussion options

You must be logged in to vote

If it's a useful starting point, you can copy the code from the Spanish syntax_iterators.py and test it on Portuguese If it works you're done, but you'll likely have to make some adjustments. What you should do is come up with example sentences and expected output and adjust the code until you get the output you want. It's hard to be more specific than that.

About your example sentences though - those won't work. If you feed them to the English models you'll see that the noun chunks aren't right. Noun chunks isn't designed to deal with unpunctuated arbitrary sequences of words, it's designed to pull out noun phrases from normal sentences. So noun chunks may not be what you want for your p…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by polm
Comment options

You must be logged in to vote
1 reply
@polm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@PythonMillionaire
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang / pt Portuguese language data and models
3 participants