Re: Podling Report is due.

2022-08-09 Thread Kamov Sergey
Hi. Done. https://cwiki.apache.org/confluence/display/INCUBATOR/August2022#nlpcraft Regards, Sergey Kamov. On 09.08.2022 00:08, Dave Fisher wrote: Please add the podling report to https://cwiki.apache.org/confluence/display/INCUBATOR/August2022 Thanks, Dave On 09.08.2022 00:08, Dave

Re: Next NlpCraft release

2022-06-10 Thread Kamov Sergey
ks I speak to use Python these days. And concurring with Sergey, Stanford and OpenNLP are probably the two more widely used Java libraries I see for those folks on the JVM with Datumbox and Smile occasionally used as well. Cheers, Paul. On Wed, Jun 8, 2022 at 5:49 AM Kamov Sergey wrote: Hi!

Re: Next NlpCraft release

2022-06-07 Thread Kamov Sergey
248b Java is mentioned for Stanford, sometimes Apache openNlp Regards, Sergey On 07.06.2022 19:21, Furkan KAMACI wrote: Hi Sergey, Is there any survey about which programming languages popular among NLP developers? Kind Regards, Furkan KAMACI On 7 Jun 2022 Tue at 17:37 Kamov Sergey wrote: Hi

Re: Next NlpCraft release

2022-06-07 Thread Kamov Sergey
. If library is successful we always can add java API support again over Scala layer. Regards, Sergey Kamov On 04.06.2022 17:56, Kamov Sergey wrote: Hi I want to enumerate next NlpCraft release changes. Main goals of next release:  - Simplifying of the system usage.  - Narrowing of focus - NLP

Next NlpCraft release

2022-06-04 Thread Kamov Sergey
Hi I want to enumerate next NlpCraft release changes. Main goals of next release:  - Simplifying of the system usage.  - Narrowing of focus - NLP, deleting all unrelated, auxiliary components.  - Possibility of custom multi-language support.  - Simplifying of code, technical debt minimization.

nlpcraft version 2.0

2021-10-07 Thread Kamov Sergey
Hi NLPCraft-ers, When we have been working on new project examples - we found that we tried too hard to extend possibilities and configuration flexibility of our system. Currently the difficulty of usage understanding outweighs the product advantages. Based on this examples developing

Re: IDL compiler update

2021-08-25 Thread Kamov Sergey
. On Wed, Aug 25, 2021 at 8:21 AM Kamov Sergey wrote: Hi If we have - tok_is_between_ids() - tok_is_between_parents() - tok_is_between_groups() I guess maybe better to add also 1. "after" and "before" methods (related to single element) 2. same methods wit

Re: IDL compiler update

2021-08-25 Thread Kamov Sergey
Hi If we have - tok_is_between_ids() - tok_is_between_parents() - tok_is_between_groups() I guess maybe better to add also 1. "after" and "before" methods (related to single element) 2. same methods with indexes parameters. For example tok_is_between_ids(elemId1, elem1NumInText,

Initial python part refactoring

2021-08-23 Thread Kamov Sergey
Below my opinion about initial python part refactoring PR  - https://github.com/apache/incubator-nlpcraft/pull/18 I tried to review how it works and want to shortly describe my remarks which should be fixed in current PR. After we 'll do detailed code review code, etc If somebody has another

Re: [VOTE] Release Apache NLPCraft - Java Client (incubating) 0.9.0

2021-08-11 Thread Kamov Sergey
+1 - `mvn clean package` passed (macOs) - all files (license etc) seem fine. Regards, Sergey On 10.08.2021 21:02, Aaron Radzinski wrote: NLPCraft-ers, This is a call for a vote to release Apache NLPCraft - Java Client (incubating) version 0.9.0. This release includes bug fixes and necessary

Re: Token Providers - Flair Support

2021-08-02 Thread Kamov Sergey
+1, I think it is good suggestion. Regards, Sergey On 01.08.2021 22:47, Rahul Padmanabhan wrote: Hello NLPCrafters, I would like to suggest adding support for Flair to complement the current token providers that we have. Flair is an open source framework for NLP that is being developed.

Re: YouTube channel for NLPCraft

2021-07-05 Thread Kamov Sergey
NLPCraft-ers, Which video do you think are the most important ? I 'd like to prepare the content and discuss video list. Regards, Sergey On 29.06.2021 22:03, Aaron Radzinski wrote: NLPCraft-ers, I would like to propose to set up a YouTube channel for our project. There are a number of

Re: YouTube channel for NLPCraft

2021-06-29 Thread Kamov Sergey
Hi It is great idea to have such marketing channel. I am afraid I can't use my own voice for it because of too strong accent - but I am ready to provide all necessary content for it. Regards, Sergey On 29.06.2021 22:03, Aaron Radzinski wrote: NLPCraft-ers, I would like to propose to set

Re: [VOTE] Release Apache NLPCraft (incubating) 0.8.0

2021-05-26 Thread Kamov Sergey
+1 Checked: - files - mvn clean verify (java 11, macOS) - project created from source, server started from CLI, tests passed. Regards, Sergey On 25.05.2021 23:22, Aaron Radzinski wrote: NLPCraft-ers, We are ready for the NLPCraft 0.8.0 release that contains several important big fixes and

Re: Build Issues: (0.7.5) .nlpcraft folder and examples

2021-05-24 Thread Kamov Sergey
onfusing. Thanks, Rahul Padmanabhan​ ________ From: Kamov Sergey Sent: Sunday, May 23, 2021 12:25 PM To: dev@nlpcraft.apache.org Subject: Re: Build Issues: (0.7.5) .nlpcraft folder and examples Hi Rahul! 1. The problem is that you can't start the server according to https://nlpc

Re: Build Issues: (0.7.5) .nlpcraft folder and examples

2021-05-23 Thread Kamov Sergey
Hi Rahul! 1. The problem is that you can't start the server according to https://nlpcraft.apache.org/getting-started.html. >> $ bin/nlpcraft.sh start-server Is it right? I have tried to reproduce your problem, but couldn't. Could you provide  - your java version (>> java -version)  - java

Re: [VOTE] Release Apache NLPCraft - Java Client (incubating) 0.7.5

2021-05-15 Thread Kamov Sergey
+1 - files - mvn clean verify (java 11, macOS) - project created from source, tests passed. (Before tests "mvn clean install" called on main project nlpcraft-0.7.5) Regards, Sergey On 14.05.2021 05:17, Aaron Radzinski wrote: NLPCraft-ers, This is a call for a vote to release Apache NLPCraft

Re: [VOTE] Release Apache NLPCraft (incubating) 0.7.5

2021-05-08 Thread Kamov Sergey
+1 - files - mvn clean verify (java 11, macOS) - project created from sources, tests run. Regards, Sergey Kamov On 08.05.2021 02:42, Aaron Radzinski wrote: NLPCraft-ers, We have finally finished with the massive 0.7.5 release and are ready to make it public. This release constitutes the

Re: Naming intent DSL

2021-03-16 Thread Kamov Sergey
I like `NLPCraft IDL` (focus on the same brand +  abbreviation has sense, it is short) Regards, Sergey On 16.03.2021 01:22, Aaron Radzinski wrote: NLPCraft-ers, I would like to propose to name our DSL with a dedicated name vs. just a "intent DSL" or "synonym DSL" as we are doing right now.

Re: NCValue and ask endpoint

2021-02-05 Thread Kamov Sergey
Hi Gleb 1. https://issues.apache.org/jira/browse/NLPCRAFT-232 - ticket created 2. Do we need metadata for NCValue?  We can add it, but could you provide some example for such usecases (when element's metadata is not enough)? Regards, Sergey On 05.02.2021 19:12, Kamov Sergey wrote: Hi

Re: NCValue and ask endpoint

2021-02-05 Thread Kamov Sergey
Hi, Gleb! 1. Is it possible/feasible to add parameter for /ask endpoint? For example, if developers want to use some request metadata in their probe, it would be useful for them to receive it from client. It could be some dynamic characteristic of the user, which is used differently,

Re: [VOTE] Release Apache NLPCraft (incubating) 0.7.4

2021-01-27 Thread Kamov Sergey
+1  - checked files  - `mvn verify` under macOs  - project created and all tests under IDE started. Regards, Sergey Kamov On 27.01.2021 01:34, Aaron Radzinski wrote: NLPCraft-ers, To start off 2021 we have prepared the latest 0.7.4 release. This is a call for a vote to release Apache

Re: [VOTE] Release Apache NLPCraft (incubating) 0.7.3

2021-01-01 Thread Kamov Sergey
+1 Checked: - files - mvn clean verify (mac, java 11) - tests under IDEA - some CLI commands Regards, Sergey Kamov On 01.01.2021 01:41, Aaron Radzinski wrote: NLPCraft-ers, Happy New Year! To finish off the outgoing 2020 we have prepared the latest 0.7.3 release. This is a call for a