All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.textkernel.tx.models.skills.RawSkill Maven / Gradle / Ivy

The newest version!
package com.textkernel.tx.models.skills;

/** Skill exactly as it was found in the plain text of the document. */
public class RawSkill {
    /** The name of the skill*/
    public String Name;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy