You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NeoSCA is a fork of [Xiaofei Lu](http://personal.psu.edu/xxl13/index.html)'s [L2 Syntactic Complexity Analyzer](http://personal.psu.edu/xxl13/downloads/l2sca.html) (L2SCA), with added support for Windows and an improved command-line interface for easier usage. NeoSCA accepts written English texts and computes the following measures:
20
+
NeoSCA is a fork of [Xiaofei Lu](http://personal.psu.edu/xxl13/index.html)'s [L2 Syntactic Complexity Analyzer](http://personal.psu.edu/xxl13/downloads/l2sca.html) (L2SCA), with added support for Windows and an improved command-line interface for easier usage. NeoSCA is written by Tan, Long (谭龙)。It accepts written English texts and computes the following measures:
21
21
22
22
<details>
23
23
@@ -168,8 +168,8 @@ This ensures that the entire filename including the spaces, is interpreted as a
168
168
Specify the input directory after `nsca`.
169
169
170
170
```
171
-
nsca samples/ # analyze every txt/docx file under the "samples/" directory
172
-
nsca samples/ --ftype txt # analyze only txt files under "samples/"
171
+
nsca samples/ # analyze every txt/docx file under the "samples/" directory
172
+
nsca samples/ --ftype txt # analyze only txt files under "samples/"
173
173
nsca samples/ --ftype docx # analyze only docx files under "samples/"
174
174
```
175
175
@@ -184,8 +184,8 @@ You can also use [wildcards](https://www.gnu.org/savannah-checkouts/gnu/clisp/im
184
184
185
185
```sh
186
186
cd ./samples/
187
-
nsca sample*.txt # every file whose name starts with "sample" and ends with ".txt"
0 commit comments