Questions tagged [knowledge-capture]
9 questions
4
votes
7 answers
What data model can be used for the "meaning" of a page or text
I have read many times around the web about this question:
How do you extract the meaning of a page.
And I know that I am not experience enough to even try to suggest any solution. To me this is the holy grail of web programming or maybe even…

Ibu
- 42,752
- 13
- 76
- 103
3
votes
1 answer
Source core repositories and sticky notes
An interesting problem occured recently, and I've been thinking of the "best" way (for a given value of "best") to implement this.
In essence, it's one of tracking notes against source code. The example that flagged this was getting a problem fixed…

Chris J
- 30,688
- 6
- 69
- 111
2
votes
1 answer
What's the simplest way to represent a grid/matrix in RDF?
I'm not sure how to phrase this question, so if there are better terms or existing answers point me that way! This is my first time designing anything with RDF.
I'm making a small personal knowledgebase to track items in lab, and am unsure how to…

jefdaj
- 2,025
- 2
- 21
- 33
1
vote
2 answers
How to feed an xml database with tags obtained thru html forms?
I'm not a programmer. I begin with XML, HTML forms and XSLT on Mac.
I plan to use a form to post short texts in a XHTML page and invite end users to add some annotations to the said text. The users would select a specific part of the text posted…

user291873
- 13
- 2
1
vote
1 answer
how to combine these two rules with CLIPS?
I have two rules in CLIPS which I want to combine if they're both true...not sure how to do it though. I have an attribute which is called grant-eligible....I was thinking if I set it to TRUE then I could read the next rule, and then set the…

engr007
- 51
- 4
- 12
1
vote
1 answer
CLIPS infinite facts
I am developing an expert system which will make admission decisions using PyClips. However, the code kept generating 'out of memory' errors. I think I have isolated my problem. It is something wrong with my CLIPS file. Hoping someone can see what…

engr007
- 51
- 4
- 12
0
votes
1 answer
Creating a Knowledge Base and Querying in Prolog
I want to create the Knowledge base equivalent to the statements as below in Prolog.
John likes all kind of food.
Apple and vegetable are food
Anything anyone eats and not killed is food.
Anil eats peanuts and still alive
Harry eats everything…

Shivanagowda G M
- 1
- 3
0
votes
1 answer
how to reverse engineer or get know about the technology being use by a website?
Just for knowledge, I want to know about a site that what technology stack it is using in the product?
Like facebook, linkedin and other giants share tech stack they are using. Curious about learning systems.

KumailR
- 505
- 1
- 4
- 20
0
votes
1 answer
'utf-8' codec can't decode byte 0xf6 in position 139604: invalid start byte
I am making a knowledge engineering project.
When I was crawling some scientists personal site, this bug occurred.
import html2text
import requests
from urllib.request import urlopen
from bs4 import BeautifulSoup
import re
import urllib
homepage =…

Sherlyn W
- 23
- 1
- 4