Struct conllx::Features [] [src]

pub struct Features { /* fields omitted */ }

Token features.

In the CoNLL-X specification, these are morphological features of the token. Typically, the features are a list or a key-value mapping.

Methods

impl Features
[src]

Get the features field as a key-value mapping. This assumes that the key-value pairs are separed using a vertical bar (|) and keys and values using a colon (:). If the value is absent, corresponding value in the mapping is None.

Get the features field.

Trait Implementations

impl Clone for Features
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Features
[src]

Formats the value using the given formatter.

impl PartialEq for Features
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Features
[src]

Formats the value using the given formatter.