diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html new file mode 100644 index 000000000..42ff1d37b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en" its-annotators-ref="text-analysis|http://enrycher.ijs.si"> + <head> + <meta charset=utf-8> + <title>Text Analysis: Local Test</title> + </head> + <body> + <p><span + its-ta-confidence="0.7" + its-ta-class-ref="http://nerd.eurecom.fr/ontology#Location" + its-ta-ident-ref="http://dbpedia.org/resource/Dublin" + >Dublin</span> + is the <span + its-ta-source="Wordnet3.0" + its-ta-ident="301467919" + its-ta-confidence="0.5" + >capital</span> of Ireland.</p> + </body> +</html> + |