-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap JAEN TSDB and LKB commands; add setvars.lisp
Changes are presumably by Francis Bond, but committed by Michael Goodman.
- Loading branch information
Showing
8 changed files
with
19 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600) | ||
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root)) | ||
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600) |
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,2 +1,3 @@ | ||
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600) | ||
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root)) | ||
(tsdb:tsdb :cpu :erg :file t :count count :error :exit :wait 600) | ||
|
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,2 +1,3 @@ | ||
(tsdb:tsdb :cpu :erg+tnt :file t :count count :error :exit :wait 600) | ||
(lkb::read-script-file-aux (format nil "~a/lingo/erg/lkb/script" root)) | ||
(tsdb:tsdb :cpu :erg+tnt :file t :count count :error :exit :wait 600) | ||
|
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,2 +1,2 @@ | ||
(tsdb:tsdb :cpu :jaen :file t :count count :error :exit :wait 600) | ||
(lkb::read-script-file-aux (format nil "~a/uio/jaen/lkb/script" root)) | ||
(lkb::read-script-file-aux (format nil "~a/uio/tm/jaen/lkb/script" root)) |
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,2 +1,3 @@ | ||
(tsdb:tsdb :cpu :jacy@pet :file t :count count :error :exit :wait 600) | ||
(lkb::read-script-file-aux (format nil "~a/dfki/jacy/lkb/script" root)) | ||
(tsdb:tsdb :cpu :jacy@pet :file t :count count :error :exit :wait 600) | ||
|
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,2 +1,3 @@ | ||
(tsdb:tsdb :cpu :jaen :file t :count count :error :exit :wait 600) | ||
(lkb::read-script-file-aux (format nil "~a/uio/jaen/lkb/script" root)) | ||
(tsdb:tsdb :cpu :jaen :file t :count count :error :exit :wait 600) | ||
|
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,2 +1,3 @@ | ||
(tsdb:tsdb :cpu :jacy :file t :count count :error :exit :wait 600) | ||
(lkb::read-script-file-aux (format nil "~a/dfki/jacy/lkb/script" root)) | ||
(tsdb:tsdb :cpu :jacy :file t :count count :error :exit :wait 600) | ||
|
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,7 @@ | ||
(setf tsdb::*tsdb-maximal-number-of-analyses* limit) | ||
(setf tsdb::*tsdb-maximal-number-of-results* limit) | ||
(set (intern "*MAXIMUM-NUMBER-OF-EDGES*" :lkb) edges) | ||
(set (intern "*UNPACK-EDGE-ALLOWANCE*" :lkb) edges) | ||
(set (intern "*TSDB-MAXIMAL-NUMBER-OF-EDGES*" :tsdb) edges) | ||
(setf mt::*transfer-edge-limit* tedges) | ||
(setf lkb::*characterize-p* t) |