Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 361 Bytes

Data.md

File metadata and controls

16 lines (13 loc) · 361 Bytes

Data

This is the internal documentation for the Data class. Wherever details are omitted, please refer to the original code.

Instance Variables

Mutable

self.deprelList Type: [String] Holds list of dependency relation tags.

self.tagList Type: [String] Holds list of POS tags.

self.wordList Type: [String] Holds word list.