Skip to content

Translate Cicero .seq binaries into human readable .yaml

Notifications You must be signed in to change notification settings

achuang2718/ciceroSeq2Yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ciceroSeq2Yaml

Purpose

Translate Cicero .seq binaries into (mostly) human readable .yaml, which can then be parsed in your favorite language.

Usage

Run the executable from command line with two command line args:

>>> cd CiceroParser\CiceroParser\bin\Release\netcoreapp3.1
>>> CiceroParser.exe MYSEQFILEPATH MYYAMLPATH

This will take a Cicero .seq file at MYSEQFILEPATH and output a .yaml file at MYYAMLPATH.

Solution source files are included for modification and manual builds in Visual Studio.

Dependencies

Uses YamlDotNet library from NuGet, as well as the pre-built DataStructures.dll and dotMath.dll from https://akeshet.github.io/Cicero-Word-Generator/.

About

Translate Cicero .seq binaries into human readable .yaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages