File size: 505 Bytes
72c0672
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Encoding

<tokenizerslangcontent>
<python>
## Encoding

[[autodoc]] tokenizers.Encoding
    - all
    - attention_mask
    - ids
    - n_sequences
    - offsets
    - overflowing
    - sequence_ids
    - special_tokens_mask
    - tokens
    - type_ids
    - word_ids
    - words
</python>
<rust>
The Rust API Reference is available directly on the [Docs.rs](https://docs.rs/tokenizers/latest/tokenizers/) website.
</rust>
<node>
The node API has not been documented yet.
</node>
</tokenizerslangcontent>