commit | a824d501960c7b57fa75791233d52d05b65c9016 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri May 02 15:40:23 2025 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri May 02 15:41:56 2025 +0200 |
tree | 604ca5fd6b7affb91ed0394bc3917320b787f25e | |
parent | 03402e7fa840d1eba7d2bf23d66f373f338250e2 [diff] [blame] |
KorAPConnection: improve source code formatting Change-Id: I8efaf5f6cd485ddb190cc4a7a1752c0f149def31
diff --git a/man/auth-KorAPConnection-method.Rd b/man/auth-KorAPConnection-method.Rd index bdb0993..3e8d336 100644 --- a/man/auth-KorAPConnection-method.Rd +++ b/man/auth-KorAPConnection-method.Rd
@@ -33,7 +33,8 @@ \dontrun{ kco <- KorAPConnection(verbose = TRUE) \%>\% auth() df <- collocationAnalysis(kco, "focus([marmot/p=ADJA] {Ameisenplage})", - leftContextSize=1, rightContextSize=0) + leftContextSize = 1, rightContextSize = 0 +) } }