Can any one explain "Categorization Engine" in search engine domain? I have googled it, but could not find any satisfactory explanations.Even reference links would help!
"categorisation engine"?
529 Views Asked by Reddy At
1
There are 1 best solutions below
Related Questions in SEARCH-ENGINE
- Questions about CACM collection
- Is there a way to get all complete sentences that a search engine (e.g. Google) has indexed that contain two search terms?
- Search box/field design with multiple search locations
- Update lucene search index in sitecore
- Data retrieval / search in text
- Searching database using keyword that will display all subject from database that has the keyword
- On button click load google's first result based on search input the user has given
- Can anyone help me make the search bar work as I now have the JS prompt?
- Can anyone help me to use the enter key to execute this program?
- how to make a news website news searchable
- Is is appropriate to 301-redirect users after a search with only one result?
- Seo, pagerank - query in url
- Solr: Apply faceting when query contains particular terms
- Using Sunspot and Rails wrong number of Arguments (1 for 3..4)
- ElasticSearch: search inside the array of objects
Related Questions in CODE-SEARCH-ENGINE
- how to get content of search page of Krugle and open hub
- Maintaining the ranking order in continuously updating database
- Replacement for Google Code Search?
- How to track usage of OpenGrok service
- How to track usage of Hound
- Searching a code segment from a file
- How search Engines uniquely identify each pages on web
- Google Programmable Search Engine: Search only for HTTPS websites
- Search elastic engine keeps getting code killed. How do I fix it?
- How can I find frequency of query terms in a document in PHP
- Find stolen code in your code base
- "categorisation engine"?
- Hosted Projects Meta Search Engine
- Who calls this function?
- Text indexer search tool which can filter by punctuation?
Related Questions in SEARCH-ENGINE-BOTS
- How to get certain pages to not be indexed by search engines?
- Restrict access to iframed domain through anything but its parent frame / domain
- How to build human-like search-engine queries?
- Search bot detection
- Will Google search results reflect website text that I replace with a script?
- If I initially hide my site using noindex, how quickly can I unhide it when wanted?
- How to fix indexed pages that shouldn't be crawled by GoogleBot and other search engine crawlers?
- Bing refuses to index my blog when I submit a url it returns: "This site requires Javascript to work, please enable Javascript in your browser..."
- Is JSON status request AJAX SEO friendly
- How search Engines uniquely identify each pages on web
- Ajaxsnapshot's proxy interfering with CloudFlare's proxy
- Doesn't google execute javascript if I add <meta name="fragment" content="!"> in html?
- robots.txt in codeigniter - allow view/function
- If I respond to requests for robots.txt with HTTP code 418 AKA "I'm a teapot", will this make search engines dislike me?
- Google crawler finds robots.txt, but can't download it
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It would be easier if you could provide more context, but generally I think you are referring to the domain of Natural Language Processing known as Categorization or Text Categorization.
That discipline is about parsing natural language text (e.g. English or whatever) and assigning that text to one or more categories. Was the speaker taking about cars, new medical products, the latest fashion trends, etc.
Some references:
Classification of entire documents:
http://en.wikipedia.org/wiki/Document_classification
Search for concepts in documents:
http://en.wikipedia.org/wiki/Concept_Mining
Automatic text categorization:
http://nlp.hivefire.com/articles/11632/fully-automatic-text-categorization-by-exploiting-/
Commercial categorization engine:
http://www.sightup.com/en/produits_sightis.html
If you want to use a search engine to find further references, I would suggest searching on "natural language processing" categorization