Skip to content
#

file-format

Here are 268 public repositories matching this topic...

sealmove
sealmove commented Mar 11, 2020

Kaitai Struct uses a specific JSON schema for test output.
I want to target it directly from my target language (Nim) but it is not documented anywhere.

After some experimenting I found out the following keys are supported:

  • status
  • elapsed
  • is_kst

Questions:

  1. Are there other keys supported?
  2. What exactly does the key elapsed mean?
  3. What are all the possible values for th
gfudenberg
gfudenberg commented Feb 11, 2019

add check_integrity utility that can be called at key places, including Cooler instantiation

(if indexes are missing, cooler cli currently fails with uninformative errors, as below)

cooler coarsen --out test.cool
Traceback (most recent call last):
File "/home/gfudenberg/anaconda3/bin/cooler", line 11, in
load_entry_point('cooler', 'console_scripts', 'cooler')()
File "/

Evidlo
Evidlo commented Sep 28, 2019

As of update 1.8, the .rm files are in a new format.

It lookes like instead of each file being indexed by the page number, the pages are now assigned a random UUID.

[root@remarkable 6b96d778-b6f5-458e-9b7d-649689706f37] ls
012f4a15-8cdb-4d44-aa02-05fd911873e6-metadata.json
012f4a15-8cdb-4d44-aa02-05fd911873e6.rm
0fe5e46a-51c1-4255-a062-c1333dd7eac9-metadata.json
0fe5e46a-51c1-4255-a

FoLiA: Format for Linguistic Annotation - FoLiA is a rich XML-based annotation format for the representation of language resources (including corpora) with linguistic annotations. A wide variety of linguistic annotations are supported, making FoLiA a useful format for NLP tasks and data interchange. Note that the actual Python library for processing FoLiA is implemented as part of PyNLPl, this contains higher-level tools that use the library as well as the full documentation, validation schemas, and set definitions

  • Updated Feb 27, 2020
  • Python

Improve this page

Add a description, image, and links to the file-format topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the file-format topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.