Skip to content

Commit

Permalink
fix(readme): ner function name
Browse files Browse the repository at this point in the history
close #8
  • Loading branch information
duncdrum committed Apr 8, 2021
1 parent c6a8c45 commit 939ea6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ import module namespace ner = "http://exist-db.org/xquery/stanford-nlp/ner";
let $text := "Juliana kommt aus Paris. Das ist die Hauptstadt von Frankreich. " ||
"In diesem Sommer macht sie einen Sprachkurs in Freiburg. Das ist " ||
"eine Universitätsstadt im Süden von Deutschland."
return ner:query-text($text, "de")
return ner:query-text-as-xml($text, "de")
```

With the results:
Expand Down

0 comments on commit 939ea6c

Please sign in to comment.