GithubHelp home page GithubHelp logo

UCD list version reporting about ucidy HOT 4 CLOSED

mbtaylor avatar mbtaylor commented on July 20, 2024
UCD list version reporting

from ucidy.

Comments (4)

gmantele avatar gmantele commented on July 20, 2024

Good idea :)

I wonder whether it would not be better at UCDWordList construction time instead (a convenient getter can of course by provided by UCDParser). Why would it be better in UCDParser, according to you?

from ucidy.

mbtaylor avatar mbtaylor commented on July 20, 2024

Yes, if you think the UCDWordList is a better place for it that's OK. It should be possible to get information about the versioning of the deprecated words as well as the non-deprecated ones though.

from ucidy.

gmantele avatar gmantele commented on July 20, 2024

Done. I let you try. I've uploaded a new beta jar version in the GitHub releases: https://github.com/gmantele/ucidy/releases/tag/v1.2-beta

From UCDParser, you have the following ways to get the default parser versions:

// Get Ucidy version:
UCDParser.getVersion();
// or
UCDParser.UCIDY_VERSION;
// => 1.2

// Get the version of the known words:
UCDParser.defaultParser.knownWords.getVersion();
// => EN-UCD1+-1.4

// Get the version of the deprecated words:
UCDParser.defaultParser.deprecatedWords.getVersion();
// => EN-UCD1+-1.4

// Get all together (you can preview the result by running the main function of UCDParser):
UCDParser.defaultParser.getFullVersion();
/* =>
 * Ucidy version 1.2
 * UCD words version EN-UCD1+-1.4
 * UCD deprecated words version EN-UCD1+-1.4
 */

from ucidy.

mbtaylor avatar mbtaylor commented on July 20, 2024

Excellent, just what I wanted. Thanks a lot.

from ucidy.

Related Issues (8)

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.