sub-VectorSpaceModel-method: VectorSpaceModel indexing

[,VectorSpaceModel-methodR Documentation

VectorSpaceModel indexing

Description

Reduce a VectorSpaceModel to a smaller one

Usage

## S4 method for signature 'VectorSpaceModel'
x[i, j, ..., drop = TRUE]

Arguments

x

The vectorspace model to subset

i

The row numbers to extract

j

The column numbers to extract

...

Other arguments passed to extract (unlikely to be useful).

drop

Whether to drop columns. This parameter is ignored.

Value

A VectorSpaceModel


bmschmidt/wordVectors documentation built on June 2, 2022, 3:53 p.m.