Changes between Initial Version and Version 1 of UseCaseTaggingWithTextClassificiation


Ignore:
Timestamp:
01/26/06 11:19:56 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCaseTaggingWithTextClassificiation

    v1 v1  
     1implemented in TaggingApi, PimContentTraining 
     2 
     3= Prerequisite = 
     4A thing in the pimo is trained to some words. The project "branchoffice" is trained to the documents "businessplan" and "paul's address" and "Description of office building". 
     5The paul:!ProductEncyklopedia is trained to some garbage website. 
     6 
     7Paul browses to a useful website "office supplies" related to branchoffice. 
     8 
     9= Result =  
     10website "office supplies" is tagged (occurrence-link) to thing "branchoffice". 
     11 
     12= Trigger = 
     13Paul clicks "tag this website" in Firefox. 
     14 
     15= Procedure = 
     16 * Paul browses to website "office supplies" 
     17 * Paul clicks "tag this" 
     18 * Website is transfered to TaggingApi, taggingapi checks fulltext using PimContentTraining 
     19 * TaggingApi suggests "surely be branchoffice, may be ProducktEncyklopeid" 
     20 * Paul clicks on "branchoffice" 
     21 * tagging happens in TaggingApi 
     22 
     23= Alternatives = 
     24 * No thing found during search, no suggestions, just let paul enter the tag by himself, see use case: UseCaseTagging