Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Just toying with the idea of "Where should I post X?" page or search bar where a user types generally what he wants to do, such as "I have a Perl question," "I have some cool code I want to share," "I have trouble with the Perlmonks site," etc, and the search interface will return him a suggested section, SoPW, Meditations, etc., or a list of ranked ones.

I guess we could in theory inplement it by creating a bunch of dummy nodes titled "SoPW", "Meditations", etc. with contents/keywords solely characterized the titles/sections. Use the Super Search engine just to search those nodes when requested from "Where should I post X?" and return the corresponding title(s).

In other words, we simply modify and disguise the external behavior of Super Search a little bit from within some wrapper. Of course the search should probably be a "fuzzy" one (treating all same-stem words or even synonyms as the same word that appears in a dummy node).

I was trying to experiment the idea using Google search since they can search just a particular site. But the pages have to be indexed by them first in order for the search to work. Not sure any way around it.

Another model will be a decision tree based one, like the one in AI::DecisionTree. In a sense, it's more accurate and deterministic but the UI will be a bit more cumbersome since it will have to ask the user a series to questions leading to an answer.

Well, basically, it's just another Expert System.


In reply to Auto answer to "Where should I post X?" by chunlou

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 21:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found