Skip to content

Commit f35ac25

Browse files
committed
build:Added "obsolete file" notes and Echo-messages.
1 parent 859024a commit f35ac25

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Misc/ComputationalSpecCompletion.m

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Mathematica is (C) Copyright 1988-2021 Wolfram Research, Inc.
4444
(* :Keywords: *)
4545
(* :Discussion:
4646
47+
!!! WARNING : this file is obsolete. See https://github.com/antononcube/NLP-Template-Engine .
48+
4749
## Problem formulation
4850
4951
We want to have a system that:
@@ -85,6 +87,7 @@ Here we tabulate the code generation (templates fill-in) results:
8587
8688
*)
8789

90+
Echo["This file is obsolete. See https://github.com/antononcube/NLP-Template-Engine .", "Warning:"];
8891

8992
(***********************************************************)
9093
(* Load packages *)

Misc/ComputationalWorkflowTypeClassifier.m

+7-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ Mathematica is (C) Copyright 1988-2021 Wolfram Research, Inc.
4242
(* :Mathematica Version: 12.1 *)
4343
(* :Copyright: (c) 2021 Anton Antonov *)
4444
(* :Keywords: classifier, workflow, computation *)
45-
(* :Discussion: *)
45+
(* :Discussion:
46+
47+
!!! WARNING : this file is obsolete. See https://github.com/antononcube/NLP-Template-Engine .
48+
49+
*)
50+
51+
Echo["This file is obsolete. See https://github.com/antononcube/NLP-Template-Engine .", "Warning:"];
4652

4753
BeginPackage["ComputationalWorkflowTypeClassifier`"];
4854

0 commit comments

Comments
 (0)