Code Monkey home page Code Monkey logo

glossaries's Introduction

glossaries

Contribution

If you want to contribute, you can do so by

  • using OTO, which populates this repository programmatically
  • Manually update the repository following the conventions outlined below

The glossaries are stored as CSV in a directory structure where

  • The first level directory name specifies the glossary type
  • The second level directory name specifies the glossary version
  • The second level directory contains the term_category and syns glossary files. These are to be named as:
    • glossary type_glossary_term_category.csv
    • glossary type_glossary_syns.csv
  • A latest directory must exist on the second level with a duplicate of the files of the latest version

If you create or modify term_category file please follow the following CSV schema where

  • glossary version and glossary type are required
  • All lines are required, and hence line number 10 would contain the first data
  • CSV values are seperated using comma ,
  • CSV values are quoted using double quotes "
  • Quotes are escaped using a backslash \
  • No extra lines (e.g. empty lines) at the of the file
  • The files is encoded using UTF8

For term_category this looks like

#Version: `glossary version`
#Glossary type: `glossary type`
#Source: 
#Finalized by: 
#Date:
#Reviewers: 
#Source producer: 

"term","category","hasSyn","sourceDataset","termID"
"my term", "my category", "0", "my source dataset", "some id"
...

Likewise for syns

#Version: `glossary version`
#Glossary type: `glossary type`
#Source: 
#Finalized by: 
#Date:
#Reviewers: 
#Source producer: 

"term","category","synonym","termID"
"my term", "my category", "my synonym", "some id"
...

glossaries's People

Contributors

dummyuser avatar elviscat avatar fengqionghuang avatar hongcui avatar rodenhausen avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

glossaries's Issues

Hymenoptera 0.2 ready on OTO

cleaned by Fengqiong.
The difference between 0.2 and 0.1 is the synch between term_category and syns content (syn terms in syns are removed from term_category, and terms not in term_category are removed from syns)

Need to go to OTO and reopen, refinalize Hymenoptera.

plant 0.1 addition

"herbage" and "margins" should be added as a 'structure' to plant gloss.
"tall" and "appearance" => "character" (Cycad)
"decumbent" => should also be added as "orientation" (Cycad).

emerging

Cycads:

"New leaves emerging singly"
Seed cones dark brown, usually solitary but occasionally up to 3, emerging from center of leaf crown

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.