Getting facts from documents
- by dotnetdev
Hi,
I want to be able to get all the facts from webpages. But these have to be related to coding, and not, for example, about something irrelevant. For example:
The Engine renders at a decent speed.
May be a fact but is not what I am interested in. If the same article states:
A class is a reference type. (This is C#)
Then I am interested in that as it is coding related.
Has an algorithm like this ever been done? How hard would this be? I'm thinking AI would come into play here. Any advice sought.
Thanks