Standardreferens
Manning, Christopher D., Mihai Surdeanu, John Bauer, Jenny Finkel, Steven J. Bethard, and David McClosky. 2014. The Stanford CoreNLP Natural Language Processing Toolkit In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pp. 55-60.
Analyscitering
Språkbanken (2026). sbx-eng-sentence-stanford (uppdaterad: 2026-05-12). [Analysis]. Bearbetad och distribuerad av Språkbanken. https://doi.org/10.23695/68aw-6171
Ytterligare sätt att citera datamängden.
Exempel
This analysis is used with Sparv. Check out Sparv's quick start guide to get started!
To use this analysis, add the following line under export.annotations in the Sparv corpus configuration file:
- stanford.sentence # Sentence segments
In order to use this annotation you need to add the following setting to your Sparv corpus configuration file:
metadata:
language: eng
For more info on how to use Sparv, check out the Sparv documentation.
Example output:
<sentence>
<token>This</token>
<token>is</token>
<token>a</token>
<token>corpus</token>
<token>.</token>
</sentence>
<sentence>
<token>It</token>
<token>contains</token>
<token>multiple</token>
<token>sentences</token>
<token>.</token>
</sentence>
<sentence>
<token>Here</token>
<token>come</token>
<token>another</token>
<token>sentence</token>
<token>.</token>
</sentence>
Övriga referenser
Marie-Catherine de Marneffe, Bill MacCartney and Christopher D. Manning. 2006. Generating Typed Dependency Parses from Phrase Structure Parses. In LREC 2006.