Skip to content

QuarticCat/detypify-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Detypify Data

Data Format

The design goal of the format is to be human-readable and easy-to-diff.

  • Each symbol has a text file named <symbol-name>.txt.
  • In the file, each line contains one sample.
  • Samples are JSONs with the type of Strokes shown below:
    type Point = tuple[int, int]
    type Stroke = list[Point]
    type Strokes = list[Strokes]

License

MIT

About

Detypify's own dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published