-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f22d7f1
commit b6d4382
Showing
17 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### Algorithm | ||
|
||
The vocabulary monitor contains can use two different algorithms for generating vocabularies. These control which words are used as seed terms for each model: | ||
|
||
- The non-adaptive vocabulary generator uses the same seed terms each time to generate the related terms. | ||
- The adaptive vocabulary generator uses the related terms generated by one semantic model as seed terms for the next semantic model. This adds an additional possibility: it allows for the semantic models to be used in chronological order, or in reverse chronological order -- searching forwards or backwards in time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!doctype html><html ng-app="shico"><head><meta charset="utf-8"><title>shico</title><meta name="description" content=""><meta name="viewport" content="width=device-width"><link rel="stylesheet" href="styles/vendor-3b947dc9fd.css"><link rel="stylesheet" href="styles/app-e4a4643d56.css"></head><body><!--[if lt IE 10]> | ||
<!doctype html><html ng-app="shico"><head><meta charset="utf-8"><title>shico</title><meta name="description" content=""><meta name="viewport" content="width=device-width"><link rel="stylesheet" href="styles/vendor.css"><link rel="stylesheet" href="styles/app.css"></head><body><!--[if lt IE 10]> | ||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | ||
<![endif]--><div class="container" ng-controller="FormController as vm" cg-busy="vm.trackerPromise"><div class="jumbotron"><form ng-submit="vm.doPost()"><tracker-parameters></tracker-parameters><div class="form-horizontal col-md-12"><div class="form-group"><button type="submit" class="btn btn-success">Submit</button></div></div></form><parameter-io></parameter-io></div><tracker-graphs></tracker-graphs></div><script src="scripts/vendor-a9f3cd09d2.js"></script><script src="scripts/app-6d28362ea6.js"></script></body></html> | ||
<![endif]--><div class="container" ng-controller="FormController as vm" cg-busy="vm.trackerPromise"><div class="jumbotron"><form ng-submit="vm.doPost()"><tracker-parameters></tracker-parameters><div class="form-horizontal col-md-12"><div class="form-group"><button type="submit" class="btn btn-success">Submit</button></div></div></form><parameter-io></parameter-io></div><tracker-graphs></tracker-graphs></div><script src="scripts/vendor.js"></script><script src="scripts/app.js"></script></body></html> |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.