forked from erickrf/nlpnet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
28 lines (17 loc) · 828 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2014-12-20 Giuseppe Attardi <[email protected]>
* nlpnet/networkSent.pyx: network for sentiment-specific word
embeddings.
2014-04-22 Giuseppe Attardi <[email protected]>
* bin/nlpnet-train.py (saver): use random.seed() if you want to
ensure replicability.
2014-04-19 Giuseppe Attardi <[email protected]>
* bin/nlpnet-train.py (create_network): moved initialization of
transitions to Network.create_new().
2014-04-17 Giuseppe Attardi <[email protected]>
* bin/nlpnet-train.py (create_network): initialize transition
randomly rather than 0.
2014-03-10 Giuseppe Attardi <[email protected]>
* bin/nlpnet-tag.py (_print_tagged_ner): handle ner output.
* bin/nlpnet-train.py (create_reader): added case for ner.
(create_network): similarly
(train): first argument is text_reader, not reader