diff --git a/ner.edith.html b/neath.html similarity index 83% rename from ner.edith.html rename to neath.html index 346429c..547920f 100644 --- a/ner.edith.html +++ b/neath.html @@ -2,7 +2,7 @@ - ner.edith + neath @@ -53,8 +53,8 @@
-

ner.edith: named entity recognition editor in html

- User Guide | Annotation Guidelines | Issues
+

neath: named entity annotation tool in html

+ User Guide | Annotation Guidelines | Issues
@@ -86,6 +86,6 @@ - + diff --git a/ner-edith.js b/neath.js similarity index 98% rename from ner-edith.js rename to neath.js index ecc612a..f23533f 100644 --- a/ner-edith.js +++ b/neath.js @@ -668,14 +668,14 @@ $(document).ready( loadFile ( evt, function(results, file, urls) { - var ner_edith = setupInterface(results, file, urls); + var neath = setupInterface(results, file, urls); $(window).bind("beforeunload", function() { - console.log(ner_edith.hasChanges()); + console.log(neath.hasChanges()); - if (ner_edith.hasChanges()) + if (neath.hasChanges()) return confirm("You have unsaved changes. Do you want to save them before leaving?"); } );