Skip to content

Erman Peremeci

Erman Peremeci

Erman Peremeci

Erman Peremeci

  • Home
Uncategorized

How To Add Zemberek Turkish Analysis Components to Solr 9.4.0

Erman Peremeci 21/10/2023 No Comments

Zemberek is a very useful Turkish NLP module. iorixxx made and manages a very useful Zemberek plugin for Apache Lucene and Solr. However i found installation instructions are somewhat confusing…

Apache Solr

Understanding Solr Scheme -1

Erman Peremeci 12/10/2023 No Comments

Solr supports two styles of schema: a managed schema and a manually maintained schema.xml file. When using a managed schema, features such as the Schema API and Schemaless Mode are…

MySQL SQL

MySQL Pagination with Cursor

Erman Peremeci 07/09/2023 No Comments

https://www.youtube.com/watch?v=zwDIN04lIpc&ab_channel=PlanetScale

PostgreSQL SQL

SQL Tabloya eklemeyi dene eklense de eklenmese de ID’sini al.

Erman Peremeci 02/09/2023 No Comments

WITH s AS ( SELECT id FROM beta.kitaplar WHERE kitap = 'asdasd' ), i AS ( INSERT INTO beta.kitaplar ("kitap") SELECT 'asdasd' WHERE NOT exists (SELECT 1 FROM s) RETURNING…

PyCharm

PyCharm Kısayollarım

Erman Peremeci 02/09/2023 No Comments

F1: StructureF2: Project ManagerF3: Database ManagerF4: ProblemsF5: DebugF6: ConsoleF7: Python ConsoleF8: Python PackagesF9: Version ControlF10: Find Cmd + R : RunCmd + D : Debug Cmd + Shft + 7:…

PostgreSQL

Create a Standart Table with PostgreS

Erman Peremeci 01/09/2023 No Comments

https://www.postgresql.org/docs/current/datatype.html Tablo yaratma SQL’leri buraya gelecek. pip install psycopg2-binary

Python

Python String Cheat Sheet

Erman Peremeci 29/08/2023 No Comments

Method Description capitalize() Converts the first character to upper case Usage: x = txt.capitalize() casefold() Converts string into lower case center() Returns a centered string Usage: x = txt.center(15, "-").…

Python

Python Regex Cheat Sheet

Erman Peremeci 24/08/2023 No Comments

RegEx Functions Function Description findall Returns a list containing all matches. Usage: x = re.findall(“search”, txt) search Returns a Match object if there is a match anywhere in the string…

Python

Python Operators and Conditionals Cheat Sheet

Erman Peremeci 24/08/2023 No Comments

if condition: Do this…elif condition: Do Thatelse: Do That Shorthandif condition: do that For Loops While Loops

Python

Python Arrays Cheat Sheet

Erman Peremeci 24/08/2023 No Comments

List: Ordered, indexed, changeable, and allow duplicate values.List= Tuple: Ordered, unchangeable, and allow duplicate values.Tuple= (“a”, “b”, …) Set: Unordered, unchangeable, and disallow duplicate values.Set= {“a”, “b”, …} Dictionary: Ordered,…

Posts pagination

1 2

Next Page »

Recent Posts

  • How To Add Zemberek Turkish Analysis Components to Solr 9.4.0
  • Understanding Solr Scheme -1
  • MySQL Pagination with Cursor
  • SQL Tabloya eklemeyi dene eklense de eklenmese de ID’sini al.
  • PyCharm Kısayollarım

Recent Comments

No comments to show.

Archives

  • October 2023
  • September 2023
  • August 2023

Categories

  • Apache Solr
  • MySQL
  • PostgreSQL
  • PyCharm
  • Python
  • Shell
  • SQL
  • Uncategorized

You Missed

Uncategorized

How To Add Zemberek Turkish Analysis Components to Solr 9.4.0

Apache Solr

Understanding Solr Scheme -1

MySQL SQL

MySQL Pagination with Cursor

PostgreSQL SQL

SQL Tabloya eklemeyi dene eklense de eklenmese de ID’sini al.

Erman Peremeci

Erman Peremeci

Copyright © All rights reserved | Blogus by Themeansar.