GithubHelp home page GithubHelp logo

only POS tagger about nlp4j-old HOT 4 CLOSED

emorynlp avatar emorynlp commented on August 20, 2024
only POS tagger

from nlp4j-old.

Comments (4)

jdchoi77 avatar jdchoi77 commented on August 20, 2024

What is your input format? I believe NLPDecoder can be used for this but if you let me know the format, I can provide more fine-grained API.

from nlp4j-old.

DeepInEvil avatar DeepInEvil commented on August 20, 2024

we are calling the decoder with a text file, it is taking around 2 mins 30
seconds to process

On Wed, Jun 8, 2016 at 11:27 PM, Jinho D. Choi [email protected]
wrote:

What is your input format? I believe NLPDecoder
https://github.com/emorynlp/nlp4j/blob/master/src/main/java/edu/emory/mathcs/nlp/decode/NLPDecoder.java
can be used for this but if you let me know the format, I can provide more
fine-grained API.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
emorynlp/nlp4j#17 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ANLoeue3kt7jwNdPnnS7T8Rc1aZyRF1mks5qJwKfgaJpZM4Iw9tY
.

from nlp4j-old.

jdchoi77 avatar jdchoi77 commented on August 20, 2024

I think most of the time is perhaps spent for model loading. Here is the API you can use for this purpose:

https://github.com/emorynlp/nlp4j-demo/blob/master/src/main/java/edu/emory/mathcs/nlp/demo/NLPDecodeRaw.java

Here is the configuration file you can use just for pos tagging:
https://github.com/emorynlp/nlp4j-demo/blob/master/src/main/resources/configuration/config-decode-en-pos.xml

The following line loads all the models, which should be done only once:

NLPDecoder decoder = new NLPDecoder(IOUtils.getInputStream(configurationFile));

Thanks.

from nlp4j-old.

DeepInEvil avatar DeepInEvil commented on August 20, 2024

Thanks a lot for the reply, I will check and let you know if we have
further issues

Regards,
Debanjan

On Wed, Jun 8, 2016 at 11:55 PM, Jinho D. Choi [email protected]
wrote:

I think most of the time is perhaps spent for model loading. Here is the
API you can use for this purpose:

https://github.com/emorynlp/nlp4j-demo/blob/master/src/main/java/edu/emory/mathcs/nlp/demo/NLPDecodeRaw.java

Here is the configuration file you can use just for pos tagging:

https://github.com/emorynlp/nlp4j-demo/blob/master/src/main/resources/configuration/config-decode-en-pos.xml

The following line loads all the models, which should be done only once:

NLPDecoder decoder = new NLPDecoder(IOUtils.getInputStream(configurationFile));

Thanks.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
emorynlp/nlp4j#17 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ANLoevpQfdbT1GpK4ZmvqqbetnH3bMz1ks5qJwkVgaJpZM4Iw9tY
.

from nlp4j-old.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.