Commit Graph

212 Commits

Author SHA1 Message Date
1ee5130a21
chore: bump version to 1.8.1 2021-04-05 14:45:47 -04:00
c66ac2fc13
refactor: update for api level 3 2021-04-05 14:45:04 -04:00
ce98e27056
refactor: use nameof and normal enum order 2021-04-02 15:11:39 -04:00
9ab3e51855
feat: change order of filters in ui 2021-04-01 03:08:34 -04:00
eb7238d9da
chore: update dependencies 2021-04-01 02:57:42 -04:00
e98f16cc41
chore: bump version to 1.8.0 2021-03-31 14:37:36 -04:00
7129b4f1a4
feat: add category for static substitutes 2021-03-31 14:37:08 -04:00
b10ffa3850
refactor: use new Dalamud PF event 2021-03-31 09:46:47 -04:00
06f7e8fb7a
chore: bump version to 1.7.1 2021-03-05 23:02:12 -05:00
f1632293ed
fix: add way to show classifier window 2021-03-05 23:00:52 -05:00
7ca62ed34e
fix: make checkboxes work if multiple sections are expanded 2021-03-05 01:46:36 -05:00
70b2863442
chore: bump version to 1.7.0 2021-03-04 16:53:42 -05:00
6db8a80894
feat: stop trying to separate static sub messages 2021-03-04 16:48:11 -05:00
d782d48226
chore: add community ads to description 2021-03-03 23:42:06 -05:00
5e9274223d
refactor: break ui code into parts 2021-03-03 23:34:52 -05:00
6b9b17971b
fix: process pf strings as sestrings 2021-03-03 20:29:24 -05:00
30d44bd01b
refactor: use property instead of field 2021-03-03 20:15:11 -05:00
6aae1a0f36
feat: add some debug data collection buttons 2021-03-03 18:05:43 -05:00
175aa55ba9
feat: add community ad filtering
Also add tooltip on filter hover with description.
2021-03-02 13:19:47 -05:00
ced993bd0b
fix: actually make multiboxing work 2021-03-02 13:08:42 -05:00
41dcbdaf8d
refactor: always use TextUnformatted 2021-03-02 12:54:07 -05:00
0d0b5aeb24
fix: make multi-boxing work 2021-03-02 12:53:56 -05:00
39146ad61d
chore(defs): cut out the global section 2021-02-25 19:26:54 -05:00
c973542dc5
chore: bump version to 1.6.0 2021-02-25 18:57:03 -05:00
7afd3268eb
refactor: reduce indent level 2021-02-24 21:02:41 -05:00
6a7c9ffd4b
feat: add update button escape hatch 2021-02-24 21:01:15 -05:00
be62b6ee9b
chore: increase priority and remove experimental line 2021-02-24 20:59:16 -05:00
548345aaf4
feat: add model status information 2021-02-24 20:58:47 -05:00
cec8adf393
feat: begin removing support for defs
Remove the global section, which filtered Free Company ads and RP
ads. Prevent reporting of messages that were filtered by
definitions. Make the ML mode default and mark definitions mode as
obsolete.
2021-02-24 20:23:28 -05:00
870856c8ca
refactor: handle events in their own classes
Also deprecate /prmt and replace with /nosol.
2021-02-24 20:01:12 -05:00
5d08f57134
fix(defs): add restocker rmt 2021-02-21 12:36:05 -05:00
b36377c16e
feat: add normalisation to pipeline
Add a step to normalise messages to the ML pipeline. This ensures
computed properties run on the raw data (which is actually partially
normalised by the compute context). This prevents properties which
rely on symbols (e.g. "B>") from being unable to work properly when
normalisation happens before they have access to the input.
2021-02-17 21:45:09 -05:00
c65fb94ad6
feat: better handle puncutation
Certain symbols are turned into one space so the model sees multiple
words instead of one. Previously "[RP]Hi" would turn into "RPHi" and
be its own token. Now it turns into "RP" and "Hi", counting as two
tokens. This change increased the model's accuracy.

Also make "18", "http", "https", and LGBT-related words into stop
words (meaning they're ignored). Each of these stop words made the
model more accurate and reduced unwanted bias.

Messages destined for ML are now normalised by the plugin in the same
way the model's input is for training. This should make the results
come closer to expected.
2021-02-17 20:01:34 -05:00
9ea3cd03f3
chore: set plugin to a higher priority 2021-02-17 18:58:58 -05:00
8c7b127f55
feat: ignore private pfs unless told otherwise 2021-02-16 19:41:59 -05:00
d625c7567d
chore: bump version to 1.5.9 2021-02-16 12:18:58 -05:00
fd9e9330fc
refactor: use new new syntax 2021-02-16 12:15:00 -05:00
6033c2ed79
fix: use new Dalamud 2021-02-16 12:14:27 -05:00
f4705af8b9
feat: give classifier game process info 2021-02-12 20:13:34 -05:00
eb22c64354
chore: bump version to 1.5.8 2021-02-12 11:56:44 -05:00
60164ccb23
feat(classifier): check to make sure game is alive 2021-02-12 11:56:28 -05:00
43f0d9e902
fix(defs): catch new rmt 2021-02-07 12:53:57 -05:00
544c661235
fix(defs): make FC less broad 2021-02-01 12:51:35 -05:00
Anna Clemens
edc4e32a4d
chore: bump version to 1.5.7 2021-02-01 00:00:34 -05:00
Anna Clemens
76d7d3a583
fix: kill old classifiers 2021-01-31 23:59:04 -05:00
Anna Clemens
60145c181c
chore: run ILRepack on debug builds 2021-01-31 23:58:36 -05:00
Anna Clemens
03d0b486fd
fix: dispose model before updating 2021-01-30 20:50:56 -05:00
Anna Clemens
6ba4f5b1a5
chore: fix permissions 2021-01-30 16:10:59 -05:00
Anna Clemens
2229a0534a
feat: use separate process for classifying 2021-01-30 16:02:37 -05:00
db007dc0a8
fix: actually serialise ml field 2021-01-29 15:11:08 -05:00