Commit Graph

54 Commits

Author SHA1 Message Date
3820878372 Migrate to new libs 2024-05-04 12:35:12 +04:00
dfb4973b86 Add experiments.xlsx 2023-06-03 00:28:15 +04:00
b16de30d31 Move old ontologies to a separate path 2023-06-03 00:19:41 +04:00
ef33282cbb Update test data 2023-06-03 00:19:03 +04:00
3eb01b064c Improve code for working with an ontology 2023-06-03 00:18:51 +04:00
8312150a62 Fix VERB/NOUN rules 2023-06-02 20:37:57 +04:00
f1c4f5ad41 Add test data 2023-06-02 17:48:33 +04:00
50e36be6d0 Add dirty code for working with the new ontology 2023-06-02 17:41:05 +04:00
9d6691f230 Fix ontology 2023-06-02 17:40:43 +04:00
3bc2ae95fc Add new version of ontology 2023-06-02 13:11:55 +04:00
c0c29d5115 Improve semantic analysis 2023-05-31 23:59:18 +04:00
e876220057 Move term extraction rules to nlp class, add some new rules 2023-05-31 00:05:42 +04:00
0a8e192789 Remove spec symbols 2023-05-31 00:05:00 +04:00
9d72c466da Add support of multipart terms 2023-05-16 17:23:30 +04:00
ee9ad0d7e5 Update dependency 2022-06-28 17:12:15 +04:00
2e55579bb5 Add simple template support 2022-06-23 22:21:17 +04:00
86e39c28bb Add extended ontology 2022-06-23 22:21:04 +04:00
9164c0833c Get multiple events sorted by priority from ontology 2022-05-29 01:19:14 +04:00
bfe83ef160 Add new example to ontology 2022-05-29 01:18:46 +04:00
ecc8c99ab1 Change ontology limit to 1 term 2022-03-25 14:49:48 +04:00
f462f60e4c Update readme.md 2022-02-03 18:20:15 +04:00
d632c80e87 Fix project structure for server running 2022-02-03 18:16:08 +04:00
b6424f6b0b Add examples, fix runner for new wav file usage 2022-02-03 18:03:18 +04:00
155c4b4f4f Simplify main.py, change protected access modifiers to private 2022-01-27 23:15:40 +04:00
4cc180a326 Fix error in nlp module 2022-01-25 16:09:40 +04:00
4020ac2d35 Delete repeating nouns 2022-01-25 16:08:53 +04:00
442c0fe483 Complete ontology support 2022-01-25 16:08:20 +04:00
b18e17e961 Code refactoring 2022-01-25 14:12:45 +04:00
71e843801f Add initial ontology support 2022-01-25 09:53:33 +04:00
b59505fc25 Add nouns extractor and lemmatizer 2022-01-24 17:04:54 +04:00
e761a4e4ac Fix runner 2022-01-23 16:54:47 +04:00
d1d7e9c9e6 Try to create query engine for parse tree 2022-01-22 15:13:47 +04:00
9ad8bcc667 Move parse_tree_node.py to NodeMixin class 2022-01-22 11:58:15 +04:00
cab7a1c129 Improve parse tree 2022-01-21 16:16:41 +04:00
2d0f3d4673 Initial parse tree realisation 2022-01-20 16:05:26 +04:00
1d1a778ca8 Add anytree dependency 2022-01-20 16:05:13 +04:00
b896da4b3e Fix runner 2022-01-20 11:18:30 +04:00
81f395921d Move py files to src 2022-01-20 11:18:16 +04:00
ae7438ce5f Fix runner 2022-01-18 09:18:16 +04:00
25ab703d8f Fix syntaxnet request headers 2022-01-14 17:49:00 +04:00
6224f8e727 Change test wav to levitan 2022-01-14 17:43:52 +04:00
81daf0771e Fix parse tree output 2022-01-14 17:43:40 +04:00
8a5346c6b0 Add code for getting parse tree from server 2022-01-14 17:43:27 +04:00
0ed8d49a72 Migrate to requests library 2022-01-14 17:41:27 +04:00
14f3ba5171 Add syntax server address 2022-01-14 17:11:12 +04:00
342d78522b Add initial version of syntax analyser 2022-01-14 17:07:18 +04:00
608f9c264c Fix speech class 2022-01-14 17:05:27 +04:00
3743773c67 Move speech code to separate file 2022-01-14 16:58:50 +04:00
476f922b84 Add readme.md 2022-01-14 16:58:35 +04:00
8b05336a3c Fix wav check and upload in script 2022-01-14 14:12:58 +04:00