| 1 | implemented in TaggingApi, PimContentTraining |
| 2 | |
| 3 | = Prerequisite = |
| 4 | A 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". |
| 5 | The paul:!ProductEncyklopedia is trained to some garbage website. |
| 6 | |
| 7 | Paul browses to a useful website "office supplies" related to branchoffice. |
| 8 | |
| 9 | = Result = |
| 10 | website "office supplies" is tagged (occurrence-link) to thing "branchoffice". |
| 11 | |
| 12 | = Trigger = |
| 13 | Paul 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 |