You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"cache selection" will save results to a separate cache if it is set to "student"
68
+
"database name" specifies an sqlite database to be used for result caching and data collection. If the database specified does not exist, one will be created.
69
+
70
+
You can check wehther or not a database exists by using the `/probe` route by sending an HTTP request like this:
Tag a declaration: ``http://127.0.0.1:8080/cache/numberArray/DECLARATION``
83
+
Tag a declaration: ``http://127.0.0.1:8000/numberArray/DECLARATION/database``
80
84
81
-
Tag a function: ``http://127.0.0.1:8080/cache/GetNumberArray/FUNCTION``
85
+
Tag a function: ``http://127.0.0.1:8000/GetNumberArray/FUNCTION/database``
82
86
83
-
Tag an class: ``http://127.0.0.1:8080/cache/PersonRecord/CLASS``
87
+
Tag an class: ``http://127.0.0.1:8000/PersonRecord/CLASS/database``
84
88
85
89
#### Note
86
90
Kebab case is not currently supported due to the limitations of Spiral. Attempting to send the tagger identifiers which are in kebab case will result in the entry of a single noun.
@@ -156,4 +160,3 @@ Find our other research [at our webpage](https://www.scanl.org/) and check out t
156
160
This project uses WordNet to perform a dictionary lookup on the individual words in each identifier:
157
161
158
162
Princeton University "About WordNet." [WordNet](https://wordnet.princeton.edu/). Princeton University. 2010
0 commit comments