Skip to main content

asc-analyzer

Project description

ASC-analyzer

The ASC analyzer extracts Argument Structure Constructions (ASCs) from raw English texts and computes indices related to ASC usage.

Installation

To ensure stability, I recommend installing dependencies in the following order:

  1. Install spaCy:

    pip install spacy
    
  2. Install spaCy-transformers:

    pip install spacy-transformers
    
  3. Download the transformer-based spaCy model:

    python -m spacy download en_core_web_trf
    
  4. Install the ASC analyzer package:

    pip install asc-analyzer
    

Quickstart

Prepare a directory with .txt files (e.g., data/text/). Each file should contain plain English text.

Then run:

asc_analyzer \
  --input-dir data/text \
  --source cow \
  --print-asc \
  --save-asc-output

This command will:

  • Assign ASC tags to each sentence
  • Print the ASC-tagged results directly to the terminal (--print-asc)
  • Save token-level ASC tagging results as *_ASCinfo.txt files (--save-asc-output)
  • Compute ASC usage statistics (e.g., diversity, proportion, frequency, and verb–ASC association strength) and save them in a CSV summary file
  • The --source option determines which reference corpus is used for computing frequency and association measures:
    • cow: uses the COW corpus (web-based, written English)
    • subt: uses the SUBTLEX corpus (subtitle-based, spoken English)
    • Choose the source based on the register that best matches your input data.

Options

Option Description
--input-dir Directory containing .txt files to process (default: asc_analyzer/data/test)
--output-csv Path to save the resulting CSV (default: Written_COW.csv or Spoken_SubT.csv)
--source Reference dataset: cow (written, default) or subt (spoken)
--indices Comma-separated list of index names to include in the CSV (default: all standard indices)
--save-asc-output Save ASC-tagged outputs as *_ASCinfo.txt in the input directory
--print-asc Print ASC-tagged results to the terminal

Output for --print-asc

When using the --print-asc option, the output for each sentence shows aligned token information and its ASC label (None if no ASC applies):

# sent_id = 1
1	The	the	
2	idea	idea	
3	is	be	ATTR
4	trust	trust	

You can save this output to txt files by including --save-asc-output.

Citation

License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asc_analyzer-0.1.1.tar.gz (12.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

asc_analyzer-0.1.1-py3-none-any.whl (13.4 MB view details)

Uploaded Python 3

File details

Details for the file asc_analyzer-0.1.1.tar.gz.

File metadata

  • Download URL: asc_analyzer-0.1.1.tar.gz
  • Upload date:
  • Size: 12.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for asc_analyzer-0.1.1.tar.gz
Algorithm Hash digest
SHA256 05f72d6e9b0964bc9857f1978a9bdc43b9f1d087c6b19e0b54cceedbd5499114
MD5 c843601088a0197f3fd1131d4877480e
BLAKE2b-256 8a0e17107db729f2bff97c5d9643db127e51431549086bef62216dbb1c000008

See more details on using hashes here.

File details

Details for the file asc_analyzer-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: asc_analyzer-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 13.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for asc_analyzer-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 617c59735a92166e423ee1986d0b1d648d142d4652771ce750f4cdd5ed598ded
MD5 73b88e34cc65d83957786121b0e7bb0f
BLAKE2b-256 69dc420df730d51b168223a73e2f07577ee17a9bbfa33c53cbb91b38807b72e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page