| 
							
							
								 Matthew Honnibal | e822df0867 | * Fix bugs in new greedy/beam parser | 2015-06-02 02:01:33 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 70a7ad89ca | * Removed unused imports from train.py | 2015-06-02 00:59:09 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | a3de20118e | * Wire up beam-width command line argument | 2015-06-02 00:54:12 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 08044ea70c | * Remove try/except around parser.train | 2015-05-31 15:21:56 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | c8a553fe91 | * Fix cluster initialization | 2015-05-31 15:21:28 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | d7cc2338e7 | * Fix bug in train.py | 2015-05-31 06:49:06 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | c037f80638 | * Add case expansion to Brown clusters | 2015-05-31 05:50:50 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 5ab0f233a1 | * Ensure words in Brown clusters make it into the vocab, even if they're not in our probs list | 2015-05-31 05:46:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | d42dda0372 | * Shuffle docs before doing jackknife partition --- otherwise we'll not get the right genre mixes... | 2015-05-31 01:25:02 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 4d8d490547 | * Exclude empty sentences in prepare_treebank | 2015-05-31 01:12:46 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | d512d20d81 | * Allow parser to jackknife POS tags before training. | 2015-05-31 01:11:11 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 6bbdcc5db5 | * Fix gold_preproc flag in train.py | 2015-05-30 05:23:02 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 76300bbb1b | * Use updated JSON format, with sentences below paragraphs. Allows use of gold preprocessing flag. | 2015-05-30 01:25:46 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 2d11739f28 | * Change data format of JSON corpus, putting sentences into lists with the paragraph | 2015-05-30 01:25:00 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 784e577f45 | * Check NER length matches conll length in prepare_treebank | 2015-05-29 03:54:06 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | b76bbbd12c | * Read json files recursively from a directory, instead of requiring a single .json file | 2015-05-29 03:52:55 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | ef67ef7a4c | * Recomment in training in train.py | 2015-05-28 22:40:26 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 5eb64eeb11 | * Print json treebank by genre, instead of by large file | 2015-05-28 22:40:01 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | f42dc1f7d8 | * Fix evaluate method in train.py, to use sentences which don't have raw text | 2015-05-28 16:30:23 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | a7cee46fe9 | * Update train.py, to support paragraphs where there's no raw_text | 2015-05-27 19:14:02 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | ef1333cf89 | * Have prepare_treebank read train/dev/test IDs. | 2015-05-27 17:35:05 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | e140e03516 | * Read in OntoNotes. Doesn't support train/test/dev split yet | 2015-05-27 17:04:29 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 895060e774 | * Ensure tagger and NER are trained, even if non-projective problem | 2015-05-27 03:16:21 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 32ae2cdabe | * In prepare_treebank, move ner into the token descriptions | 2015-05-26 19:52:39 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 61885aee76 | * Work on prepare_treebank script, adding NER to it | 2015-05-26 19:28:29 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 15bbbf4901 | * Remove cruft from train.py | 2015-05-25 07:54:10 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | fc75210941 | * Move spacy.syntax.conll to spacy.gold | 2015-05-24 21:35:02 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 541c62c126 | * Remove import of removed read_docparse_file function | 2015-05-24 20:05:13 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | bfeb29ebd1 | * Tmp commit | 2015-05-24 02:50:14 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 983d954ef4 | * Tmp commit, while switch to new format that assumes alignment happens during training | 2015-05-23 17:39:04 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | f35503018e | * Tmp commit of train, while I move to better alignment in gold standard | 2015-05-23 17:21:25 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 3d6b3fc6fb | * Restore shuffling, and remove print statements from train.py | 2015-05-12 20:27:56 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | e167355505 | * Use JSON docs for training and evaluation. Currently a bug that is costing 0.6 acc | 2015-05-12 20:27:56 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | e0ef6b6992 | * Fix alignment in prepare_treebank | 2015-05-12 20:27:56 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 0ad72a77ce | * Write JSON files, with both dependency and PSG parses | 2015-05-12 20:27:55 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 5078a32213 | * Work on script to format training data as a JSON file. | 2015-05-12 20:27:55 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | fb8d50b3d5 | Merge branch 'master' of ssh://github.com/honnibal/spaCy | 2015-04-30 12:45:15 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 4489d87550 | * Add cluster=0 by default in init_model | 2015-04-29 14:23:13 +02:00 |  | 
			
				
					| 
							
							
								 Jordan Suchow | 3a8d9b37a6 | Remove trailing whitespace | 2015-04-19 13:01:38 -07:00 |  | 
			
				
					| 
							
							
								 Jordan Suchow | 5f0f940a1f | Remove unused imports | 2015-04-19 01:05:22 -07:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 693c5a1558 | * Exclude clusterings for words only seen 1 or 2 times, as their clusters are unreliable | 2015-04-17 04:44:52 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | adcad4f353 | * Clean up train.py | 2015-04-15 06:02:04 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 1629b33082 | * Fix copying of tokenizer data in init_model | 2015-04-12 04:45:31 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | a6ac92f077 | * Respect the model_dir input parameter to train.py | 2015-04-08 22:48:26 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | baff0f8ad8 | * Add docstring explaining script a bit, and add handling of word vectors | 2015-04-08 08:20:15 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 156b70ed82 | * Add new script to replace make_lexicon, that does full setup of data | 2015-04-08 07:46:53 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | e775e05313 | * Use merge_mwe=False in evaluation in train.py | 2015-04-08 00:35:19 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | f26f381b0e | * Add simple ner_tag script | 2015-04-03 17:26:58 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | bb27979352 | * Add prepare_vecs script | 2015-04-02 06:19:39 +02:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | cd054c6c9f | * Remove stray print statement | 2015-03-27 15:20:42 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | ee385b439a | * Ensure StringStore is dumped during training | 2015-03-26 16:44:47 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | e854ba0a13 | * Remove support for force_gold flag from GreedyParser, since it's not so useful, and it's clutter | 2015-03-26 16:44:47 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 221f43c370 | * Ensure better separation between score printing and training in train.py | 2015-03-26 16:44:46 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 6d49f8717b | * Move scoring away from training. Does not support scoring on gold preproc. | 2015-03-26 16:44:46 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 52429625f0 | * Add write_parses function | 2015-03-26 16:44:46 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 0c91dd9e15 | * Re-enable entity training | 2015-03-26 16:44:46 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 9061bbaf61 | * Move to fixing up ent_strings and dep_strings passing | 2015-03-26 16:44:45 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 8f7eeb1c2d | * Add verbose flag for Scorer, for debugging, and fix ent_strings bug | 2015-03-26 16:44:45 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 8057a95f20 | * NER seems to be working, scoring 69 F. Need to add decision-history features --- currently only use current word, 2 words context. Need refactoring. | 2015-03-26 16:44:44 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | ae235e07b9 | * Refactoring working for parser, but now need to rig up features for NER, and then debug oracle etc. | 2015-03-26 16:44:44 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 4539c70542 | * Work on updating train script for named entity recognition | 2015-03-26 16:44:44 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 7a1a333f04 | * Allow gold tokenization training, for debugging | 2015-03-26 16:44:43 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | f5f15a1ef2 | * Tmp commit | 2015-03-26 16:44:43 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 34215de61b | * Upd train script, moving lots of functionality to new GoldParse class | 2015-03-26 16:44:42 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 8715101239 | * Merge changes from stash | 2015-03-26 16:44:42 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 3a302ae6f2 | * Merge train.py | 2015-03-26 16:44:41 +01:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 053814ffc8 | * Report LAS in train script | 2015-03-03 04:35:11 -05:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 1019939c7a | * Whitespace | 2015-02-24 23:03:02 -05:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | ee33be31dd | * Fix parser training script | 2015-02-09 03:57:56 -05:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 27986d7f5c | * Fix standard conll file reading. Script needs refactoring. | 2015-02-02 23:02:48 +11:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 543fe5a280 | * Comment training function back in | 2015-01-31 16:37:57 +11:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | df749f257d | * Upd train script | 2015-01-31 13:44:37 +11:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | ca7577d8a9 | * Allow parsers and taggers to be trained on text without gold pre-processing. | 2015-01-30 16:36:24 +11:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | b38093237e | * More debug prints | 2015-01-30 11:15:54 +11:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 11ed65b93c | * Work on alignment, for evaluation with non-gold preprocessing | 2015-01-30 10:31:03 +11:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | b4348ce1c3 | * Messily use unsegmented sentences to train the parser | 2015-01-29 04:21:13 +11:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 72ff9c5082 | * Update parser training script for tweaked parser API | 2015-01-25 02:20:49 +11:00 |  | 
			
				
					| 
							
							
								 Matthew Honnibal | 61904e590f | * Add parser training script | 2015-01-10 04:53:26 +11:00 |  |