You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Take sentence with phrase "bordered by", and extract wikilinks from it onlypage.abstract.lookup(:Sentence,text: /bordered by/).lookup(:Wikilink).map(&:text)# => [Southern Cone, Chile, Bolivia, Paraguay, Brazil, Uruguay, South Atlantic Ocean, Chile, Drake Passage]
^ not ideal, but better than any other solution.
May include really tricky things like elements of NLP for determining correct phrase boundaries... But still can be very useful.
The text was updated successfully, but these errors were encountered:
Somewhat crazy idea, but allows to parse cases like this: https://en.wikipedia.org/wiki/Argentina -- what are Argentina's neigbours?..
Potential solution:
^ not ideal, but better than any other solution.
May include really tricky things like elements of NLP for determining correct phrase boundaries... But still can be very useful.
The text was updated successfully, but these errors were encountered: