Commit Graph

205 Commits

Author SHA1 Message Date
8b61617997 refactor: use new Dalamud PF event 2021-03-31 09:46:47 -04:00
029043168a chore: bump version to 1.7.1 2021-03-05 23:02:12 -05:00
993a6ccca4 fix: add way to show classifier window 2021-03-05 23:00:52 -05:00
bdf82b9170 fix: make checkboxes work if multiple sections are expanded 2021-03-05 01:46:36 -05:00
af04ab511c chore: bump version to 1.7.0 2021-03-04 16:53:42 -05:00
0af172e0a6 feat: stop trying to separate static sub messages 2021-03-04 16:48:11 -05:00
06099e4133 chore: add community ads to description 2021-03-03 23:42:06 -05:00
3602f54fa1 refactor: break ui code into parts 2021-03-03 23:34:52 -05:00
df604139a5 fix: process pf strings as sestrings 2021-03-03 20:29:24 -05:00
4e90f8f4f4 refactor: use property instead of field 2021-03-03 20:15:11 -05:00
c272dc5f85 feat: add some debug data collection buttons 2021-03-03 18:05:43 -05:00
1ef5c9f1b5 feat: add community ad filtering
Also add tooltip on filter hover with description.
2021-03-02 13:19:47 -05:00
f3ccead078 fix: actually make multiboxing work 2021-03-02 13:08:42 -05:00
b7da161f75 refactor: always use TextUnformatted 2021-03-02 12:54:07 -05:00
f6ba0106ed fix: make multi-boxing work 2021-03-02 12:53:56 -05:00
919341230f chore(defs): cut out the global section 2021-02-25 19:26:54 -05:00
f0094eed18 chore: bump version to 1.6.0 2021-02-25 18:57:03 -05:00
b811c762e6 refactor: reduce indent level 2021-02-24 21:02:41 -05:00
04ef5e84cc feat: add update button escape hatch 2021-02-24 21:01:15 -05:00
2b07613722 chore: increase priority and remove experimental line 2021-02-24 20:59:16 -05:00
435f0f8e1e feat: add model status information 2021-02-24 20:58:47 -05:00
8c8b3f1b39 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
7a0614b4bb refactor: handle events in their own classes
Also deprecate /prmt and replace with /nosol.
2021-02-24 20:01:12 -05:00
9bf074c25c fix(defs): add restocker rmt 2021-02-21 12:36:05 -05:00
c3df0a1f8e 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
d00b3b0845 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
e8678f3c7d chore: set plugin to a higher priority 2021-02-17 18:58:58 -05:00
450415f6cc feat: ignore private pfs unless told otherwise 2021-02-16 19:41:59 -05:00
acd8f04937 chore: bump version to 1.5.9 2021-02-16 12:18:58 -05:00
934fe877e2 refactor: use new new syntax 2021-02-16 12:15:00 -05:00
fb315b5491 fix: use new Dalamud 2021-02-16 12:14:27 -05:00
c7c89b33bc feat: give classifier game process info 2021-02-12 20:13:34 -05:00
b91cfd5eda chore: bump version to 1.5.8 2021-02-12 11:56:44 -05:00
72494ebcee feat(classifier): check to make sure game is alive 2021-02-12 11:56:28 -05:00
e86fb48470 fix(defs): catch new rmt 2021-02-07 12:53:57 -05:00
396741270c fix(defs): make FC less broad 2021-02-01 12:51:35 -05:00
Anna
7cd9ea2a07 chore: bump version to 1.5.7 2021-02-01 00:00:34 -05:00
Anna
9e247bee7b fix: kill old classifiers 2021-01-31 23:59:04 -05:00
Anna
8b2cba10d4 chore: run ILRepack on debug builds 2021-01-31 23:58:36 -05:00
Anna
07a20adcd0 fix: dispose model before updating 2021-01-30 20:50:56 -05:00
Anna
d7d6c53c75 chore: fix permissions 2021-01-30 16:10:59 -05:00
Anna
87c5602319 feat: use separate process for classifying 2021-01-30 16:02:37 -05:00
3728decd61 fix: actually serialise ml field 2021-01-29 15:11:08 -05:00
3f7e153450 chore: bump version to 1.5.6
Apparently we were already on 1.5.5.
2021-01-29 15:07:52 -05:00
6c4792e9ca chore: bump version to 1.5.5 2021-01-29 15:03:37 -05:00
48942ed5d9 feat: include if report is ml 2021-01-29 15:03:14 -05:00
1db8d3baaf fix: don't calculate in task 2021-01-29 15:02:19 -05:00
674188070b fix(defs): rmt begone again 2021-01-29 14:39:17 -05:00
46fe6e251b fix(defs): rmt begone 2021-01-26 22:50:55 -05:00
5d52ac9f91 fix: show defs tab always in defs mode 2021-01-24 18:30:13 -05:00