import com.twitter.penguin.korean.TwitterKoreanProcessorJava;
import com.twitter.penguin.korean.tokenizer.KoreanTokenizer;
private TwitterKoreanProcessorJava processor = new TwitterKoreanProcessorJava.Builder()
.disableNormalizer()
.disableStemmer()
.build();
List<CharSequence> phrases = processor.extractPhrases(keyword);
List<String> results = new ArrayList<String>();
for (CharSequence ch : phrases) {
results.add(ch.toString());
}
return results;
--
You received this message because you are subscribed to the Google Groups "twitter-korean-text" group.
To unsubscribe from this group and stop receiving emails from it, send an email to twitter-korean-...@googlegroups.com.
To post to this group, send email to twitter-k...@googlegroups.com.
Visit this group at http://groups.google.com/group/twitter-korean-text.
To view this discussion on the web visit https://groups.google.com/d/msgid/twitter-korean-text/945f9836-a997-45e4-ae78-52d7bde72e81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<build>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.15.2</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
추가 하셨는지 확인 부탁드립니다.
To unsubscribe from this group and stop receiving emails from it, send an email to twitter-korean-text+unsub...@googlegroups.com.
To post to this group, send email to twitter-korean-text@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "twitter-korean-text" group.
To unsubscribe from this group and stop receiving emails from it, send an email to twitter-korean-...@googlegroups.com.
To post to this group, send email to twitter-k...@googlegroups.com.
Visit this group at http://groups.google.com/group/twitter-korean-text.
To view this discussion on the web visit https://groups.google.com/d/msgid/twitter-korean-text/cc766362-978c-48bf-8f40-4a86250c4f9a%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to twitter-korean-text+unsub...@googlegroups.com.
private static final Map tlds = (Map)yaml.load( ClassLoader.getSystemResourceAsStream("tld_lib.yml") );
<dependency>
<groupId>com.twitter.penguin</groupId>
<artifactId>korean-text</artifactId>
<version>2.4.2</version>
<exclusions>
<exclusion>
<groupId>com.twitter</groupId>
<artifactId>twitter-text</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>twitter-text</artifactId>
<version>1.11.1</version>
</dependency>
안녕하세요
--
You received this message because you are subscribed to the Google Groups "twitter-korean-text" group.
To unsubscribe from this group and stop receiving emails from it, send an email to twitter-korean-...@googlegroups.com.
To post to this group, send email to twitter-k...@googlegroups.com.
Visit this group at http://groups.google.com/group/twitter-korean-text.
To view this discussion on the web visit https://groups.google.com/d/msgid/twitter-korean-text/eb4c25ce-21dd-4330-95fb-8fa958893cdb%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "twitter-korean-text" group.
To unsubscribe from this group and stop receiving emails from it, send an email to twitter-korean-...@googlegroups.com.
To post to this group, send email to twitter-k...@googlegroups.com.
Visit this group at https://groups.google.com/group/twitter-korean-text.
To view this discussion on the web visit https://groups.google.com/d/msgid/twitter-korean-text/352837fe-29de-4e4e-8317-5d113e6a81bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.