https://github.com/UppsalaNLP/uuparser

sort by:
Revision Author Date Message Commit Date
4c67db2 add loguru dep 26 March 2020, 18:06:24 UTC
9c6a7e9 Merge pull request #19 from LoicGrobol/dynet-params Explicitly set dynet mem and seed 25 March 2020, 14:41:57 UTC
78c0255 Merge pull request #20 from LoicGrobol/fix-test Fix path for treebank test files 25 March 2020, 14:37:17 UTC
1fd2d83 fix path for treebank test files 18 March 2020, 15:36:22 UTC
c7d4c42 explicitly set dynet mem and seed 10 March 2020, 15:15:18 UTC
b7d8a38 Merge pull request #17 from LoicGrobol/packaging [WiP] Packaging 06 March 2020, 13:14:44 UTC
d5bd9be fix running eval with path containing spaces 05 March 2020, 08:59:24 UTC
53aeecc explicit instead of relative internal imports 05 March 2020, 08:38:56 UTC
0c9c740 better metadata 04 March 2020, 13:09:15 UTC
e2a84d0 update run instructions in README 04 March 2020, 12:46:18 UTC
01d7ce8 add install instructions 04 March 2020, 12:39:28 UTC
0addcba add smoke test (with fixture) 04 March 2020, 12:36:19 UTC
edbac01 fix non-toplevel imports 04 March 2020, 12:35:36 UTC
c26e9d3 Merge branch 'packaging' of lgrobol+github.com:LoicGrobol/uuparser into packaging 03 March 2020, 14:21:03 UTC
5c6ea55 add manifest to keep data files 03 March 2020, 14:20:54 UTC
29f46e4 fix eval calls 03 March 2020, 14:17:27 UTC
130a8c3 fix eval calls 03 March 2020, 14:11:55 UTC
d4aebe0 fix "utils" resources path 03 March 2020, 13:54:20 UTC
6fcd202 add "uuparser" entry point 03 March 2020, 11:15:59 UTC
ad5f738 use package-level imports 03 March 2020, 11:15:48 UTC
91ee622 add cython to build requirements 03 March 2020, 11:15:30 UTC
f5e4674 add pythonable gitignore 03 March 2020, 10:51:36 UTC
1c9a141 tentative setuptools packaging 03 March 2020, 10:49:44 UTC
89928d4 reworked dir structure to follow https://packaging.python.org/tutorials/packaging-projects/ 03 March 2020, 10:47:47 UTC
f0433b4 remove outdated pipenv files 03 March 2020, 10:29:21 UTC
a7632d7 Merge branch 'attardi-master' 29 July 2019, 14:58:43 UTC
bc0e2b1 merged 29 July 2019, 14:58:15 UTC
b4a8391 Merge branch 'attardi-master' 29 July 2019, 14:50:04 UTC
b49e936 modified README 29 July 2019, 14:49:26 UTC
c4bb019 Artur bug fix elmo for graph-based 24 April 2019, 14:39:17 UTC
4923329 print 13 April 2019, 14:50:00 UTC
810b4c2 print 13 April 2019, 14:46:47 UTC
19c5a04 vestige of old dynet version 11 April 2019, 16:12:19 UTC
abe7bbb Fix to pickle read. 11 April 2019, 09:24:16 UTC
5fa7cd6 one fix and dealt with graph-based 10 April 2019, 14:37:18 UTC
bdaf5eb Merge branch 'master' of https://github.com/attardi/uuparser into attardi-master 10 April 2019, 14:33:40 UTC
abcbc4c Fixed write. 10 April 2019, 10:15:53 UTC
147b73e fixed bug introduced by Johannes latest pull request 09 April 2019, 12:35:14 UTC
f8190e7 Python 3 08 April 2019, 00:51:45 UTC
5d1cfb9 Merge branch 'master' of https://github.com/attardi/uuparser 07 April 2019, 22:12:19 UTC
8f22ab1 Fix to generate_root_token. 07 April 2019, 22:02:08 UTC
c61f8b9 Update README.md 07 April 2019, 21:44:17 UTC
4782ccd Merged. 07 April 2019, 21:38:47 UTC
bb9464f Merge branch 'master' of https://github.com/UppsalaNLP/uuparser 07 April 2019, 21:35:31 UTC
6752861 Port to python 3. 07 April 2019, 21:23:00 UTC
7364035 Merge pull request #10 from jgontrum/fix-root-token-rdeps Parser uses the same root token object for the whole treebank 05 April 2019, 13:58:21 UTC
376c6b2 When reading in a treebank, a new root token is used for each sentence. 02 April 2019, 12:55:27 UTC
ea36a11 Upgraded to Python 3 26 March 2019, 19:15:43 UTC
9b6f573 had made minor refactor which introduced a bug 20 March 2019, 13:47:59 UTC
9a9e007 added graph-based parsing as option 18 March 2019, 16:08:47 UTC
5399606 Merge branch 'master' of https://github.com/UppsalaNLP/uuparser 08 March 2019, 13:01:57 UTC
cb3a8e7 bug fix in extended features 08 March 2019, 13:01:51 UTC
f665936 Merge pull request #8 from jgontrum/master Update Package Requirements 13 February 2019, 09:57:12 UTC
d25e393 Add requirements for pip 12 February 2019, 21:02:32 UTC
9ec181c Update Pipfile to include only necessary packages. 12 February 2019, 21:02:23 UTC
5fb6011 merged elmo code 12 February 2019, 13:50:54 UTC
671a2f2 let all the elmo stuff happen in FeatureExtractor and import elmo only if needed 12 February 2019, 13:46:26 UTC
f6ac770 Remove Jupyter notebooks that were used for prototyping 13 January 2019, 12:16:26 UTC
d8904f5 Merge pull request #2 from jgontrum/feature/fix-embedding-parameter Allow to specify external word- and character embeddings. 13 January 2019, 12:14:07 UTC
4b246e9 Allow to specify external word- and character embeddings. 13 January 2019, 12:12:14 UTC
06e9926 updated readme and small bug 09 January 2019, 17:05:36 UTC
07d9b54 Merge pull request #1 from jgontrum/feature/load_elmo_weights Feature/load elmo weights 16 December 2018, 11:18:29 UTC
8bb94ec Add ELMo to readme 16 December 2018, 11:15:42 UTC
0d9923c Fix typos in command line arguments 16 December 2018, 11:05:13 UTC
64779fa Add init weight 06 December 2018, 19:50:24 UTC
28fb440 Add init weight 06 December 2018, 19:40:47 UTC
e35e790 Add cli option to toggle learning gamma 06 December 2018, 18:21:07 UTC
dfce4c7 Experiment: learn gamma 06 December 2018, 18:13:13 UTC
d3fd20e Softmax normalize elmo weights and add gamma factor option. 06 December 2018, 10:10:15 UTC
b391dc2 Add weighted elmo 06 November 2018, 19:45:59 UTC
70d2a63 Fix elmo lookup for 'root' token 06 November 2018, 11:36:55 UTC
8c394c3 Add Padding Vector 06 November 2018, 11:23:16 UTC
7987398 Add notebook to learn how to lead HDF5 files 04 November 2018, 20:59:37 UTC
1b0b7d6 Add dynet examples 04 November 2018, 20:58:41 UTC
93fadd9 Working on integrating elmo 02 November 2018, 17:59:30 UTC
5d69fa1 Add dynet playground 01 November 2018, 22:33:13 UTC
c7467a7 Add Pipfile for Pipenv 29 October 2018, 14:39:59 UTC
163c886 added Aaron's script to create the ud json file 16 August 2018, 22:15:28 UTC
e097e38 training from non UD training file was broken 16 August 2018, 21:44:02 UTC
530e5e2 some more refactor + readded many options + better hyperparameter defaults 02 August 2018, 13:48:38 UTC
acbd1a3 some major refactor - curating the ArcHybrid object 08 March 2018, 15:53:47 UTC
c5f3447 ugly hack but the memory needed to do prediction was getting insane with too big dev sets 25 January 2018, 14:51:55 UTC
0af1de6 some refactoring + a lot of fixes by Aaron 23 January 2018, 10:23:29 UTC
ea15fee some refactoring + a lot of fixes by Aaron 23 January 2018, 09:35:10 UTC
445220c old vestige of stupid hack during parsing tragedy week 14 September 2017, 15:04:05 UTC
8071fe9 documented model selection 14 September 2017, 12:53:35 UTC
d468faf compatibalised multilingual option with swap method 14 September 2017, 12:52:05 UTC
2dfe83f fixed error message that came from shared task setup + parser info passing 28 August 2017, 08:11:25 UTC
aaa789d added a word about dynet version 23 August 2017, 14:32:40 UTC
ae127fc bug fix in multilingual write function 23 August 2017, 14:24:34 UTC
cbf3d48 ported to dynet 2 23 August 2017, 14:23:52 UTC
352dc7f error in refactoring: messed up order of arguments when reading vocab 21 August 2017, 15:30:10 UTC
a6bd809 moved to swap with our static-dynamic oracle -disabled pseudo-proj 17 August 2017, 12:09:02 UTC
a48af80 we don't need MaltParser anymore 17 August 2017, 12:08:03 UTC
17740df moved to swap with our static-dynamic oracle -disabled pseudo-proj 17 August 2017, 12:07:36 UTC
1f64c7c added bib entry 09 June 2017, 17:21:08 UTC
326a3d4 updated README 09 June 2017, 12:53:55 UTC
a614242 first commit 09 June 2017, 12:50:34 UTC
back to top