Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macaon2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Nasr
macaon2
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
c99dbdaa4dba99a7ac4cd8d35cc73416dc7c5f7f
Select Git revision
Selected
c99dbdaa4dba99a7ac4cd8d35cc73416dc7c5f7f
Branches
20
master
default
protected
AC
Aloui_Dary
alexis
classifier
error_predictor
fixhelp
ignore_punct
johannes
libmacaon2
maca_common
maca_graph_parser
maca_trans_frame_parser
morpho
new_config
partial_parser
perceptron
refactor
silvio
ssrnn
21 results
Begin with the selected commit
Created with Raphaël 2.2.0
13
Apr
12
11
10
9
8
5
4
3
2
30
Mar
29
28
27
26
23
20
19
9
8
5
2
1
28
Feb
26
22
21
20
19
16
9
8
7
6
5
4
26
Jan
25
23
22
18
15
14
11
19
Dec
14
13
8
3
1
22
Nov
21
20
14
13
10
7
6
26
Oct
20
16
26
Sep
14
13
12
29
Jul
27
26
24
21
20
14
12
10
7
5
29
Jun
26
22
20
14
13
29
May
25
23
18
17
15
9
4
28
Apr
27
24
22
21
20
19
18
17
13
12
11
7
6
31
Mar
27
26
24
23
20
18
15
10
4
3
1
23
Feb
16
10
2
26
Jan
11
6
5
4
14
Dec
7
6
1
23
Nov
21
18
17
15
14
8
6
4
3
2
1
28
Oct
27
26
24
23
21
20
21
20
19
18
17
14
13
12
11
10
7
6
5
4
3
29
Sep
26
21
7
Aug
6
4
15
Jul
14
13
12
11
8
7
6
5
30
Jun
29
28
27
Added a new executable to create tape_alphabets.dic
Corrected a bug where array values were used but not set
Enabled shuffling of training examples
Making sure we use the same seed for all experiments
bug fixing in maca_corpora
added several tools to manipulate corpora in maca_corpora as well as conll2mcf
Added a way to ensure neural network shape is not changing during decoding
Made the shuffling of the training dataset optionnal
We now use less memory by only storing the current batch input of the dnn in memory
Created a class to represent a fann file in memory
Changed the way the machine change state after an invalid movement.
Added more info to debug mode in maca_tm_decoder. We are now able to see movement choices and scores.
scf2fann now correctly builds tape_alphabets
Fixed an overflow
Finished integration of lookup lemma classifier
Lookup classifier almost working
Adding unknown form & lemmas to dictionnaries when decoding, this helps a lot with lemma prediciton and word embeddings
Removed useless tabulation on the output of maca_tm_decoder
Fixed a bug where mcd where created with 1 extra column when read from a file.
Fixed a problem where using mcf2scf created a new features dictionnary for each classifiers, even when these features dictionnaries where not empty
Fixed a mistake on the getter and added a way to get the current state of the global variable
fixed a bug oracle_parser_arc_eager
Merge branch 'master' into ignore_punct
added maca_trans_attach_punct a post parsing program that attaches punctuation
Added a dirty way (global variable in dico.h) to decide if we enable or not the inclusion of unknown tokens to dictionnaries. Also added a function to save the tape_alphabets
Corrected a bug in lemma prediciton
Added a type to classifiers, to make a difference between classifiers that need a learning and the others (lookup, and mono-class)
Corrected a bug where we tried to read more columns than mcd had
suppression of an incongrous printf
json2mcf : update the dependencies in json file to mcf file
lemmatizer by rules is now working
fplm is no longer used when decoding (because we can predict the lemma now)
Corrected a bug where dico_vec did not detect it finished reading from file
Merge branch 'master' of gitlab.lis-lab.fr:alexis.nasr/macaon2
a new function in json2mcf to get the id of the first token of a sentence
still working on rules lemmatization
Created the tagset for the lemmatizer by rules, the oracle is not finished yet
Corrected a bug when searching for a movement in tagset
introduced update of depenencies in tool json2mcf
Corrected a bug where tape_alphabets.dic filename was not set
Loading