From e62c877683028849f0b935e947b3cb6d3f3052cf Mon Sep 17 00:00:00 2001 From: joriscram Date: Fri, 23 Feb 2018 11:52:59 +0100 Subject: [PATCH] modified temmplate structure such you can add exctractors and skills without touching the code --- confs/config.yaml.template | 76 +++++++++++++++++++++++++++++++------- 1 file changed, 63 insertions(+), 13 deletions(-) diff --git a/confs/config.yaml.template b/confs/config.yaml.template index 5dafb57..9c3fccd 100644 --- a/confs/config.yaml.template +++ b/confs/config.yaml.template @@ -1,16 +1,66 @@ resume_directory: ../data/input/example_resumes summary_output_directory: ../data/output data_schema_dir: ../data/schema -skills: - - skill1 - - [skill2_alias_A, skill2_alias_B] - - python - - [sklearn, scikit-learn, sk-learn] - - [tensorflow, tf, tensor-flow] -universities: - - University One - - University Two - - University Three - - University of San Francisco - - Bucknell University - - University of California \ No newline at end of file + +extractors: + experience: + - [Teacher, teaching, tutor] + - [developer, software developer, software engineer, dev] + - trader + + platforms: + - Linux + - Windows + - [Mac, MacOS] + + database: + - SQL + - MySQL + - [Postgress, Postgresql] + - Oracle + + programming: + - [java, JavaEE] + - C + - C++ + - C# + - .NET + - Matlab + - R + - python + - VHDL + + + machinelearning: + - [sklearn, scikit-learn, sk-learn] + - [tensorflow, tf, tensor-flow] + - keras + - h20 + + + universities: + - [TU Delft, TUDelft, Delft University of Technology] + - [Univerity of Twente, UTwente] + - [University of Amsterdam, UvA] + - [Vrije Univesriteit, VU University, VU Amsterdam, VU] + - MIT + + languages: + - Dutch + - English + - German + - Spanisch + - [Chinese, Mandorin] + + hobbies: + - [swimming, swim] + - [soccer, football] + - painting + - reading + + open-source: + - github + - bitbucket + - gitlab + - sourceforge + - gitkraken \ No newline at end of file