Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.4K Views
|
4 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Function to find references and contexts within articles?

Posted 10 years ago
POSTED BY: Harold Frederick
4 Replies

I'm going through Digital Research Methods with Mathematica by William Turkel. There is a post announcing it here: Turkel's book and you can go to his website here. It's an interactive notebook that will teach you what you are looking for. It's free.

POSTED BY: Eric Johnstone

Wow, this should make me wiser. Hope to find that I can define "reference".

Much appreciated, Harold

POSTED BY: Harold Frederick

The first step I would suggest is checking out TextCases:

http://reference.wolfram.com/language/ref/TextCases.html

For example, this code looks through the Wikipedia article for "Economy" and returns sentences containing something recognized as a Country:

TextCases[WikipediaData["Economy"], Containing["Sentence", "Country"]]    
POSTED BY: Sean Clarke

I did look at that and figured that if countries could be recognized then a well structured this auch as "reference" could be understood. But if not already understood, how to teach it to the language?

Another reply came in about a book which I am eager to look at.

Thanks so much Harold

POSTED BY: Harold Frederick
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard