Skip to content

Commit

Permalink
modified temmplate structure such you can add exctractors and skills …
Browse files Browse the repository at this point in the history
…without touching the code
  • Loading branch information
joriscram committed Feb 23, 2018
1 parent e74cb64 commit e62c877
Showing 1 changed file with 63 additions and 13 deletions.
76 changes: 63 additions & 13 deletions 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

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

0 comments on commit e62c877

Please sign in to comment.